]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 10 Sep 2007 00:01:58 +0000 (00:01 +0000)
committerhno <>
Mon, 10 Sep 2007 00:01:58 +0000 (00:01 +0000)
configure

index bd88346e331edbff03b014e8cdcfb9bb03c95a50..52728a920dfaefc50987b456200281e265742e73 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.474 .
+# From configure.in Revision: 1.476 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE7-CVS.
 #
@@ -20701,7 +20701,7 @@ if test "${enable_snmp+set}" = set; then
   fi
 
 fi;
-if  "$USE_SNMP" ; then
+if test x"$USE_SNMP" = true; then
 
 cat >>confdefs.h <<\_ACEOF
 #define SQUID_SNMP 1
@@ -20712,7 +20712,7 @@ _ACEOF
 fi
 
 
-if test x$USE_SNMP == xtrue; then
+if test x$USE_SNMP = xtrue; then
   USE_SNMP_TRUE=
   USE_SNMP_FALSE='#'
 else