]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Fri, 7 Jan 2005 08:10:48 +0000 (08:10 +0000)
committerhno <>
Fri, 7 Jan 2005 08:10:48 +0000 (08:10 +0000)
configure

index 569bc6a8c7b13cdd3d7b84a463aee2ea45561be5..9c6ed81f0ab2dda64b6a3cf18b26832422d5982a 100755 (executable)
--- 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