2009-11-11 13:43:05 +00:00
|
|
|
Index: squid-2.6.STABLE23/configure
|
2007-07-25 21:06:20 +00:00
|
|
|
===================================================================
|
2009-11-11 13:43:05 +00:00
|
|
|
--- squid-2.6.STABLE23.orig/configure 2009-09-17 01:35:13.000000000 +0200
|
|
|
|
+++ squid-2.6.STABLE23/configure 2009-11-11 14:19:11.000000000 +0100
|
|
|
|
@@ -5053,10 +5053,6 @@
|
2007-04-08 17:03:20 +00:00
|
|
|
if test -z "$SSLLIB"; then
|
|
|
|
SSLLIB="-lcrypto" # for MD5 routines
|
|
|
|
fi
|
|
|
|
- if $PKGCONFIG --exists openssl; then
|
|
|
|
- SSLLIB="`$PKGCONFIG --libs openssl`"
|
|
|
|
- SSLFLAGS="`$PKGCONFIG --cflags openssl`"
|
|
|
|
- fi
|
|
|
|
CPPFLAGS="${SSLFLAGS} $CPPFLAGS"
|
|
|
|
fi
|
|
|
|
|
2009-11-11 13:43:05 +00:00
|
|
|
@@ -26292,7 +26288,7 @@
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&5
|
2009-11-11 13:43:05 +00:00
|
|
|
$as_echo "$as_me: error: cannot run test program while cross compiling
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&2;}
|
|
|
|
- { (exit 1); exit 1; }; }
|
|
|
|
+ { (true); true; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
2009-11-11 13:43:05 +00:00
|
|
|
@@ -26455,8 +26451,7 @@
|
|
|
|
{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&5
|
2009-11-11 13:43:05 +00:00
|
|
|
$as_echo "$as_me: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&2;}
|
2007-04-08 17:03:20 +00:00
|
|
|
- { (exit 1); exit 1; }; }
|
2009-11-11 13:43:05 +00:00
|
|
|
+See \`config.log' for more details." >&2;} }
|
2007-04-08 17:03:20 +00:00
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
2009-11-11 13:43:05 +00:00
|
|
|
@@ -26707,7 +26702,7 @@
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&5
|
2009-11-11 13:43:05 +00:00
|
|
|
$as_echo "$as_me: error: cannot run test program while cross compiling
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&2;}
|
|
|
|
- { (exit 1); exit 1; }; }
|
|
|
|
+ { (true); true; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
2009-11-11 13:43:05 +00:00
|
|
|
@@ -26789,7 +26784,7 @@
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&5
|
2009-11-11 13:43:05 +00:00
|
|
|
$as_echo "$as_me: error: cannot run test program while cross compiling
|
2007-04-08 17:03:20 +00:00
|
|
|
See \`config.log' for more details." >&2;}
|
|
|
|
- { (exit 1); exit 1; }; }
|
|
|
|
+ { (true); true; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|