From: wessels <> Date: Fri, 29 Jan 1999 07:00:15 +0000 (+0000) Subject: quote with configure quote chars [] X-Git-Tag: SQUID_3_0_PRE1~2340 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=711fa75ee8fec6463442a6c0c9597d1b40b42945;p=thirdparty%2Fsquid.git quote with configure quote chars [] --- diff --git a/configure b/configure index 62e74e7a05..8827e5f825 100755 --- 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 diff --git a/configure.in b/configure.in index 18ee454898..8958983237 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.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