diff options
author | Jeremy Allison <jra@samba.org> | 2001-09-28 18:07:11 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-09-28 18:07:11 +0000 |
commit | bf1697bc88b7e43f55a35e0442ef80d681dc4306 (patch) | |
tree | 420c4bc9641c17af94cdd229ed301d375dd3fdf8 /source3/configure | |
parent | b2e39ddcf7f2a15024ea212c7047810e3523dbe8 (diff) | |
download | samba-bf1697bc88b7e43f55a35e0442ef80d681dc4306.tar.gz samba-bf1697bc88b7e43f55a35e0442ef80d681dc4306.tar.bz2 samba-bf1697bc88b7e43f55a35e0442ef80d681dc4306.zip |
Fixed CUPS detection - patch from Michael Sweet.
Jeremy.
(This used to be commit 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 8 |
1 files changed, 4 insertions, 4 deletions
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 |