]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Fri, 24 Apr 1998 13:29:37 +0000 (13:29 +0000)
committerwessels <>
Fri, 24 Apr 1998 13:29:37 +0000 (13:29 +0000)
configure
configure.in

index 4748320bc5fb42fbd756e5cd376b6776fb8240d6..2e4713d09c3f24d87c12dc407adb14fc3f3405a4 100755 (executable)
--- 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
 
 
index a28a844a00e881b25dd0f2ce44ae350d4a67cd37..fe8df18d40da8d9cda9e11631bc1c5bd63fbfdcf 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.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