From: wessels <> Date: Wed, 4 Oct 2000 06:20:57 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1848 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b800d9f70626834ae0d842262f9229c333d3cce;p=thirdparty%2Fsquid.git DW: - Everywhere is using "USE_DNSSERVERS" except configure.in, which was using "USE_DNSSERVER". --- diff --git a/configure b/configure index b397e2d036..1a18fc0e3b 100755 --- 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)' diff --git a/configure.in b/configure.in index e0e7897dff..139ad9349c 100644 --- a/configure.in +++ b/configure.in @@ -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