From: hno <> Date: Sat, 10 Jun 2000 01:59:52 +0000 (+0000) Subject: Minor bugfix to the textual output of configure for the removal policies X-Git-Tag: SQUID_3_0_PRE1~1930 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65033bddc3d98715d356483c9e341595bf66bdbe;p=thirdparty%2Fsquid.git Minor bugfix to the textual output of configure for the removal policies (said store modules not removal policies. Typical case of copy'n paste decease) --- diff --git a/configure b/configure index a841f187e0..cc0814f149 100755 --- a/configure +++ b/configure @@ -653,7 +653,7 @@ fi -# From configure.in Revision: 1.193 +# From configure.in Revision 1.194 ac_aux_dir= for ac_dir in cfgaux $srcdir/cfgaux; do if test -f $ac_dir/install-sh; then @@ -1297,7 +1297,7 @@ else fi -echo "Store modules built: $REPL_POLICIES" +echo "Removal policies built: $REPL_POLICIES" REPL_OBJS="repl/`echo $REPL_POLICIES|sed -e's% %.a repl/%g'`.a" diff --git a/configure.in b/configure.in index f8b0fad3c3..760eb4d94f 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.193 2000/06/08 18:05:30 hno Exp $ +dnl $Id: configure.in,v 1.194 2000/06/09 19:59:53 hno Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.193 $)dnl +AC_REVISION($Revision: 1.194 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -360,7 +360,7 @@ AC_ARG_ENABLE(removal_policies, REPL_POLICIES="lru" fi ]) -echo "Store modules built: $REPL_POLICIES" +echo "Removal policies built: $REPL_POLICIES" AC_SUBST(REPL_POLICIES) REPL_OBJS="repl/`echo $REPL_POLICIES|sed -e's% %.a repl/%g'`.a" AC_SUBST(REPL_OBJS)