From: wessels <> Date: Fri, 24 Apr 1998 13:29:37 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~3426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd737203abe4bfbaa3aec12f79ca69c98fcd844a;p=thirdparty%2Fsquid.git typo --- diff --git a/configure b/configure index 4748320bc5..2e4713d09c 100755 --- a/configure +++ b/configure @@ -566,7 +566,7 @@ fi -# From configure.in Revision: 1.123 +# From configure.in Revision: 1.124 ac_aux_dir= for ac_dir in cfgaux $srcdir/cfgaux; do if test -f $ac_dir/install-sh; then @@ -1235,7 +1235,7 @@ if test "${enable_err_language+set}" = set; then fi ERR_ else - LANGUAGE="English" + ERR_LANGUAGE="English" fi diff --git a/configure.in b/configure.in index a28a844a00..fe8df18d40 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.124 1998/04/24 06:37:24 wessels Exp $ +dnl $Id: configure.in,v 1.125 1998/04/24 07:29:37 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.124 $)dnl +AC_REVISION($Revision: 1.125 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -360,7 +360,7 @@ AC_ARG_ENABLE(err-language, echo "ERROR! Unknown language $enableval, see errors/" exit 1 fi -ERR_],[LANGUAGE="English"]) +ERR_],[ERR_LANGUAGE="English"]) AC_SUBST(ERR_LANGUAGE) # Force some compilers to use ANSI features