]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dbopen configure test typo
authorhno <>
Tue, 23 May 2006 06:39:05 +0000 (06:39 +0000)
committerhno <>
Tue, 23 May 2006 06:39:05 +0000 (06:39 +0000)
configure
configure.in

index 5752bc4d94fd32ca0f748d2d1528235d825d12b2..9ca0b7fa12b24fd1c2af0615cd28fde62e3eab08 100755 (executable)
--- a/configure
+++ b/configure
@@ -39072,7 +39072,7 @@ LIBS="$SAVED_LIBS"
 fi
 echo "$as_me:$LINENO: result: $ac_cv_dbopen_libdb" >&5
 echo "${ECHO_T}$ac_cv_dbopen_libdb" >&6
-if test ac_cv_dbopen_libdb = yes; then
+if test $ac_cv_dbopen_libdb = yes; then
     LIB_DB="-ldb"
 fi
 
index 0cb06fb26deb487b5fec60564a0506876243ef3c..d514db6e80533be527cc3d02ecfc16c57cc643f8 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.413 2006/05/23 00:28:15 hno Exp $
+dnl  $Id: configure.in,v 1.414 2006/05/23 00:39:05 hno Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE([tar-ustar])
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.413 $)dnl
+AC_REVISION($Revision: 1.414 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -2308,7 +2308,7 @@ SAVED_LIBS="$LIBS"; LIBS="$LIBS -ldb"
     ac_cv_dbopen_libdb="no")
 LIBS="$SAVED_LIBS"
 ])
-if test ac_cv_dbopen_libdb = yes; then
+if test $ac_cv_dbopen_libdb = yes; then
     LIB_DB="-ldb"
 fi
 AC_SUBST(LIB_DB)