From bf1697bc88b7e43f55a35e0442ef80d681dc4306 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 28 Sep 2001 18:07:11 +0000 Subject: Fixed CUPS detection - patch from Michael Sweet. Jeremy. (This used to be commit 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc) --- source3/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index 427e442019..b50dfb3284 100755 --- a/source3/configure +++ b/source3/configure @@ -934,7 +934,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -3421,8 +3421,8 @@ else fi done - if x"$ac_cv_header_cups_cups_h" = x"yes"; then - if x"$ac_cv_header_cups_language_h" = x"yes"; then + if test x"$ac_cv_header_cups_cups_h" = x"yes"; then + if test x"$ac_cv_header_cups_language_h" = x"yes"; then cat >> confdefs.h <<\EOF #define HAVE_CUPS 1 EOF @@ -5180,7 +5180,7 @@ else fi done -for ac_func in strftime sigprocmask sigblock sigaction innetgr setnetgrent getnetgrent endnetgrent +for ac_func in strftime sigprocmask sigblock sigaction sigset innetgr setnetgrent getnetgrent endnetgrent do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5187: checking for $ac_func" >&5 -- cgit