]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix [0-4] bug
authorwessels <>
Fri, 6 Dec 1996 00:35:52 +0000 (00:35 +0000)
committerwessels <>
Fri, 6 Dec 1996 00:35:52 +0000 (00:35 +0000)
configure
configure.in

index e3738fc3819d67b72bf422b3d95fa13453d77954..c832e34b41487562755ee99aeed6b9c0d67fffb3 100755 (executable)
--- 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
index b3e1ad96b1bcf64676bebc638f246bedba5f26f0..024d2ebbef1f8c3365c8217e03ad7937319d9e99 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.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