]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Wed, 4 Oct 2000 06:20:57 +0000 (06:20 +0000)
committerwessels <>
Wed, 4 Oct 2000 06:20:57 +0000 (06:20 +0000)
 - Everywhere is using "USE_DNSSERVERS" except configure.in, which was
   using "USE_DNSSERVER".

configure
configure.in

index b397e2d036c2c2a6eb9044fc3f3167574b1e655c..1a18fc0e3b3f789be800544c9531bb668f9e1f70 100755 (executable)
--- a/configure
+++ b/configure
@@ -1677,7 +1677,7 @@ fi
 
 if test "$use_dnsserver" = "yes"; then
     cat >> confdefs.h <<\EOF
-#define USE_DNSSERVER 1
+#define USE_DNSSERVERS 1
 EOF
 
     OPT_DNSSERVER_EXE='$(OPT_DNSSERVER_EXE)'
index e0e7897dff203e84a45ce9b5c7fd47ffd7d3ed54..139ad9349c0bb5c272996f1333d26b661a9ab359 100644 (file)
@@ -3,13 +3,13 @@ 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.203 2000/08/19 15:16:29 hno Exp $
+dnl  $Id: configure.in,v 1.204 2000/10/04 00:20:58 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.203 $)dnl
+AC_REVISION($Revision: 1.204 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -628,7 +628,7 @@ AC_ARG_ENABLE(internal-dns,
   fi
 ])
 if test "$use_dnsserver" = "yes"; then
-    AC_DEFINE(USE_DNSSERVER)
+    AC_DEFINE(USE_DNSSERVERS)
     OPT_DNSSERVER_EXE='$(OPT_DNSSERVER_EXE)'
     DNS_OBJS='dns.o'
 else