#! /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.
#
fi
fi;
-if "$USE_SNMP" ; then
+if test x"$USE_SNMP" = true; then
cat >>confdefs.h <<\_ACEOF
#define SQUID_SNMP 1
fi
-if test x$USE_SNMP == xtrue; then
+if test x$USE_SNMP = xtrue; then
USE_SNMP_TRUE=
USE_SNMP_FALSE='#'
else