From: wessels <> Date: Fri, 6 Dec 1996 00:35:52 +0000 (+0000) Subject: fix [0-4] bug X-Git-Tag: SQUID_3_0_PRE1~5331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580ce039c5662868eef44df4df13d53eeac91682;p=thirdparty%2Fsquid.git fix [0-4] bug --- diff --git a/configure b/configure index e3738fc381..c832e34b41 100755 --- a/configure +++ b/configure @@ -514,7 +514,7 @@ fi -# From configure.in Revision: 1.57 +# From configure.in Revision: 1.58 ac_aux_dir= for ac_dir in aux $srcdir/aux; do if test -f $ac_dir/install-sh; then @@ -2622,7 +2622,7 @@ case "$host" in EOF ;; - *-*-solaris2.0-4) + *-*-solaris2.[0-4]) cat >> confdefs.h <<\EOF #define GETTIMEOFDAY_NO_TZP 1 EOF @@ -2722,7 +2722,7 @@ else COMPILE_GNUREGEX="no" fi case "$host" in - *-sun-solaris2.0-4) + *-sun-solaris2.[0-4]) COMPILE_GNUREGEX="yes" ;; esac diff --git a/configure.in b/configure.in index b3e1ad96b1..024d2ebbef 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.58 1996/12/03 20:28:46 wessels Exp $ +dnl $Id: configure.in,v 1.59 1996/12/05 17:35:52 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.58 $)dnl +AC_REVISION($Revision: 1.59 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(aux) @@ -288,7 +288,7 @@ dnl Please change your configure script. AIX doesn't need -lbsd. CFLAGS="$CFLAGS -D_SQUID_MOTOROLA_" AC_DEFINE(GETTIMEOFDAY_NO_TZP) ;; - *-*-solaris2.[0-4]) + [*-*-solaris2.[0-4]]) AC_DEFINE(GETTIMEOFDAY_NO_TZP) ;; esac @@ -334,7 +334,7 @@ else COMPILE_GNUREGEX="no" fi case "$host" in - *-sun-solaris2.[0-4]) + [*-sun-solaris2.[0-4]]) COMPILE_GNUREGEX="yes" ;; esac