diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/squid/patches/patch-configure |
Initial import
Diffstat (limited to 'package/squid/patches/patch-configure')
-rw-r--r-- | package/squid/patches/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/squid/patches/patch-configure b/package/squid/patches/patch-configure new file mode 100644 index 000000000..5ea663655 --- /dev/null +++ b/package/squid/patches/patch-configure @@ -0,0 +1,20 @@ +$Id$ +--- squid-2.5.STABLE13.orig/configure 2006-03-12 12:29:22.000000000 +0100 ++++ squid-2.5.STABLE13/configure 2006-10-02 20:00:32.000000000 +0200 +@@ -1538,6 +1538,7 @@ CRYPTLIB='' + REGEXLIB='' # -lregex + LIBREGEX='' # libregex.a + ++if false; then + # Extract the first word of "pkg-config", so it can be a program name with args. + set dummy pkg-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +@@ -1573,7 +1574,7 @@ if test -n "$PKGCONFIG"; then + else + echo "$ac_t""no" 1>&6 + fi +- ++fi + + echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 + echo "configure:1580: checking for Cygwin environment" >&5 |