Autoconf: Remove AS_SET_STATUS to be compatible with autoconf < 2.65
This commit is contained in:
@@ -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
2
m4/.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
/libtool.m4
|
||||
/lt~obsolete.m4
|
||||
/ltoptions.m4
|
||||
/ltsugar.m4
|
||||
/ltversion.m4
|
||||
/lt~obsolete.m4
|
||||
|
||||
Reference in New Issue
Block a user