# hold on to your hats...
if test "$ac_cv_header_ip_compat_h" = "yes" ||
test "$ac_cv_header_ip_fil_compat_h" = "yes" ||
- test "$ac_cv_header_netinet_ip_compat_h" == "yes" ||
- test "$ac_cv_header_netinet_ip_fil_compat_h" == "yes" ; then
+ test "$ac_cv_header_netinet_ip_compat_h" = "yes" ||
+ test "$ac_cv_header_netinet_ip_fil_compat_h" = "yes" ; then
have_ipfilter_compat_header="yes"
fi
if test "x$have_ipfilter_compat_header" = "xyes" &&
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.200 2000/08/01 17:02:56 hno Exp $
+dnl $Id: configure.in,v 1.201 2000/08/10 06:26:42 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.200 $)dnl
+AC_REVISION($Revision: 1.201 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
# hold on to your hats...
if test "$ac_cv_header_ip_compat_h" = "yes" ||
test "$ac_cv_header_ip_fil_compat_h" = "yes" ||
- test "$ac_cv_header_netinet_ip_compat_h" == "yes" ||
- test "$ac_cv_header_netinet_ip_fil_compat_h" == "yes" ; then
+ test "$ac_cv_header_netinet_ip_compat_h" = "yes" ||
+ test "$ac_cv_header_netinet_ip_fil_compat_h" = "yes" ; then
have_ipfilter_compat_header="yes"
fi
if test "x$have_ipfilter_compat_header" = "xyes" &&