Autoconf: Remove AS_SET_STATUS to be compatible with autoconf < 2.65

This commit is contained in:
Ronnie Sahlberg
2012-03-10 10:55:48 +11:00
parent 263f1b86d8
commit 846ace255a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ fi
AC_CANONICAL_HOST
AM_CONDITIONAL(LD_ISCSI,
[case $host_os in linux*) ;; *) AS_SET_STATUS(1);; esac ])
[expr "$host_os" : linux > /dev/null 2>&1])
if test "$ac_cv_prog_gcc" = yes; then
WARN_CFLAGS="-Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings"

2
m4/.gitignore vendored
View File

@@ -1,5 +1,5 @@
/libtool.m4
/lt~obsolete.m4
/ltoptions.m4
/ltsugar.m4
/ltversion.m4
/lt~obsolete.m4