]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
quote with configure quote chars []
authorwessels <>
Fri, 29 Jan 1999 07:00:15 +0000 (07:00 +0000)
committerwessels <>
Fri, 29 Jan 1999 07:00:15 +0000 (07:00 +0000)
configure
configure.in

index 62e74e7a054ac55763e6205484fdf3b99159e898..8827e5f8259979ed0008b22f2e1f93de488ea3aa 100755 (executable)
--- a/configure
+++ b/configure
@@ -591,7 +591,7 @@ fi
 
 
 
-# From configure.in Revision: 1.164 
+# From configure.in Revision: 1.165 
 ac_aux_dir=
 for ac_dir in cfgaux $srcdir/cfgaux; do
   if test -f $ac_dir/install-sh; then
@@ -3873,7 +3873,7 @@ EOF
 EOF
 
                ;;
-       *-sony-newsos56*)
+       *-sony-newsos[56]*)
                cat >> confdefs.h <<\EOF
 #define GETTIMEOFDAY_NO_TZP 1
 EOF
index 18ee4548988cbcff224e18322836fed91a9f6a4a..89589832379e3a61c9bb380ac6a8c883138980cc 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.165 1999/01/24 04:03:45 wessels Exp $
+dnl  $Id: configure.in,v 1.166 1999/01/29 00:00:15 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.165 $)dnl
+AC_REVISION($Revision: 1.166 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -831,7 +831,7 @@ dnl during compile.
        [*-*-solaris2.[0-4]])
                AC_DEFINE(GETTIMEOFDAY_NO_TZP)
                ;;
-       *-sony-newsos[56]*)
+       [*-sony-newsos[56]*])
                AC_DEFINE(GETTIMEOFDAY_NO_TZP)
                ;;
 esac