search for: ac_cv_func_syscall

Displaying 1 result from an estimated 1 matches for "ac_cv_func_syscall".

2000 Aug 02
0
Fix for configure.in
...@@ # Conditions under which smbwrapper should not be built. if test x$PICFLAG = x; then - echo No support for PIC code - disabling smbwrapper and smbsh + AC_MSG_WARN([No support for PIC code - disabling smbwrapper and smbsh]) WRAP="" WRAP32="" elif test x$ac_cv_func_syscall = xno; then @@ -1343,7 +1343,7 @@ withval="$with_sslinc" case "$withval" in yes|no) - echo "configure: warning: --with-sslinc called without argument - will use default" 1>&w + AC_MSG_WARN([--with-sslinc called without argument - will use default])...