2010-07-30 22:56:47 +00:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
|
|
|
@@ -5059,10 +5059,6 @@ _ACEOF
|
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
|
|
|
|
|
2010-07-30 22:56:47 +00:00
|
|
|
@@ -27318,7 +27314,7 @@ else
|
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. */
|
2010-07-30 22:56:47 +00:00
|
|
|
@@ -27481,8 +27477,7 @@ else
|
2009-11-11 13:43:05 +00:00
|
|
|
{ { $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. */
|
2010-07-30 22:56:47 +00:00
|
|
|
@@ -27733,7 +27728,7 @@ else
|
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. */
|
2010-07-30 22:56:47 +00:00
|
|
|
@@ -27815,7 +27810,7 @@ else
|
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. */
|