]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix for a wrong configure warning on Solaris 9 x86 when enabling ARP ACl support:
authorserassio <>
Sun, 26 Dec 2004 18:23:15 +0000 (18:23 +0000)
committerserassio <>
Sun, 26 Dec 2004 18:23:15 +0000 (18:23 +0000)
The effective host type is i386-pc-solaris2.9

configure.in

index f5fe8766ace13abb26057d69942e8d20e74ddf49..2422648ab89d206d0ffcee0b5f4f9c4af611f887 100644 (file)
@@ -3,7 +3,7 @@ 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.366 2004/12/20 18:01:06 robertc Exp $
+dnl  $Id: configure.in,v 1.367 2004/12/26 11:23:15 serassio Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.366 $)dnl
+AC_REVISION($Revision: 1.367 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -780,7 +780,7 @@ AC_ARG_ENABLE(arp-acl,
      case "$host" in
        *-linux-*)
            ;;
-       *-solaris-*)
+       *-solaris*)
            ;;
        *-freebsd*)
            ;;