dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.239 2001/10/30 13:19:23 adrian Exp $
+dnl $Id: configure.in,v 1.240 2001/11/14 23:18:46 hno Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.239 $)dnl
+AC_REVISION($Revision: 1.240 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
[ if test "$enableval" = "yes" ; then
echo "ARP ACL lists enabled (ether address)"
case "$host" in
- *-pc-linux-*)
+ *-linux-*)
+ ;;
+ *-solaris-*)
;;
*)
- echo "WARNING: ARP ACL support is only currently supported on Linux"
- echo " ethernet interfaces, probably won't work on $host."
+ echo "WARNING: ARP ACL support probably won't work on $host."
sleep 10
;;
esac