STORE_MODULE_SUBDIRS=
for fs in $STORE_MODULES none; do
- if test $fs == diskd; then
+ if test "$fs" = "diskd"; then
STORE_MODULE_SUBDIRS="$STORE_MODULE_SUBDIRS $fs"
fi
done
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.229 2001/08/31 11:19:06 robertc Exp $
+dnl $Id: configure.in,v 1.230 2001/09/03 20:54:27 wessels Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.229 $)dnl
+AC_REVISION($Revision: 1.230 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
dnl Set default LDFLAGS
dnl into the sub directory
STORE_MODULE_SUBDIRS=
for fs in $STORE_MODULES none; do
- if test $fs == diskd; then
+ if test "$fs" = "diskd"; then
STORE_MODULE_SUBDIRS="$STORE_MODULE_SUBDIRS $fs"
fi
done