diff --git a/app/fonttosfnt/aclocal.m4 b/app/fonttosfnt/aclocal.m4 index 3890db2f..b5de78f7 100644 --- a/app/fonttosfnt/aclocal.m4 +++ b/app/fonttosfnt/aclocal.m4 @@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], # Obtain platform specific info like program name and options # The lint program on FreeBSD and NetBSD is different from the one on Solaris case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + *linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*) lint_name=splint lint_options="-badflag" ;; diff --git a/app/xbiff/aclocal.m4 b/app/xbiff/aclocal.m4 index 3890db2f..b5de78f7 100644 --- a/app/xbiff/aclocal.m4 +++ b/app/xbiff/aclocal.m4 @@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], # Obtain platform specific info like program name and options # The lint program on FreeBSD and NetBSD is different from the one on Solaris case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + *linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*) lint_name=splint lint_options="-badflag" ;; diff --git a/app/xeyes/aclocal.m4 b/app/xeyes/aclocal.m4 index 3890db2f..b5de78f7 100644 --- a/app/xeyes/aclocal.m4 +++ b/app/xeyes/aclocal.m4 @@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], # Obtain platform specific info like program name and options # The lint program on FreeBSD and NetBSD is different from the one on Solaris case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + *linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*) lint_name=splint lint_options="-badflag" ;;