From: hno <> Date: Fri, 7 Jan 2005 08:10:48 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~911 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7611ad088772089cd1e66ed2ef13d2af957400bb;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 569bc6a8c7..9c6ed81f0a 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.367 . +# From configure.in Revision: 1.368 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -21820,6 +21820,12 @@ if test "${enable_arp_acl+set}" = set; then ;; *-freebsd*) ;; + *-cygwin*) + LIBS="$LIBS -liphlpapi" + ;; + *-mingw*) + LIBS="$LIBS -liphlpapi" + ;; *) echo "WARNING: ARP ACL support probably won't work on $host." sleep 10