add missing secbsd that I accidentally deleted
This commit is contained in:
parent
48226b7c51
commit
2d1e52c274
6 changed files with 38 additions and 38 deletions
2
lib/libXext/aclocal.m4
vendored
2
lib/libXext/aclocal.m4
vendored
|
@ -2772,7 +2772,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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue