]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Tue, 28 Apr 1998 01:48:01 +0000 (01:48 +0000)
committerwessels <>
Tue, 28 Apr 1998 01:48:01 +0000 (01:48 +0000)
configure
configure.in

index 2e4713d09c3f24d87c12dc407adb14fc3f3405a4..68e8adcbe7cdf5b5203ec3fd61370c1469ec41a4 100755 (executable)
--- a/configure
+++ b/configure
@@ -566,7 +566,7 @@ fi
 
 
 
-# From configure.in Revision: 1.124 
+# From configure.in Revision: 1.125 
 ac_aux_dir=
 for ac_dir in cfgaux $srcdir/cfgaux; do
   if test -f $ac_dir/install-sh; then
@@ -1233,7 +1233,7 @@ if test "${enable_err_language+set}" = set; then
        echo "ERROR! Unknown language $enableval, see errors/"
        exit 1
     fi
-ERR_
+
 else
   ERR_LANGUAGE="English"
 fi
index fe8df18d40da8d9cda9e11631bc1c5bd63fbfdcf..932b9a0f58fccee45f1c6d566c7f3e2b6e1b87a6 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.125 1998/04/24 07:29:37 wessels Exp $
+dnl  $Id: configure.in,v 1.126 1998/04/27 19:48:01 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.125 $)dnl
+AC_REVISION($Revision: 1.126 $)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_],[ERR_LANGUAGE="English"])
+],[ERR_LANGUAGE="English"])
 AC_SUBST(ERR_LANGUAGE)
 
 # Force some compilers to use ANSI features