Index: configure =================================================================== RCS file: /server/cvs-server/squid/squid/configure,v retrieving revision 1.203 retrieving revision 1.204 diff -c -r1.203 -r1.204 *** configure 2000/08/01 17:03:44 1.203 --- configure 2000/08/10 06:26:41 1.204 *************** *** 4655,4662 **** # 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 have_ipfilter_compat_header="yes" fi if test "x$have_ipfilter_compat_header" = "xyes" && --- 4655,4662 ---- # 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 have_ipfilter_compat_header="yes" fi if test "x$have_ipfilter_compat_header" = "xyes" && Index: configure.in =================================================================== RCS file: /server/cvs-server/squid/squid/configure.in,v retrieving revision 1.200 retrieving revision 1.201 diff -c -r1.200 -r1.201 *** configure.in 2000/08/01 17:02:56 1.200 --- configure.in 2000/08/10 06:26:42 1.201 *************** *** 1232,1239 **** # 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 have_ipfilter_compat_header="yes" fi if test "x$have_ipfilter_compat_header" = "xyes" && --- 1232,1239 ---- # 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 have_ipfilter_compat_header="yes" fi if test "x$have_ipfilter_compat_header" = "xyes" &&