summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-05-11 09:18:24 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-05-11 09:18:24 +0000
commitfc1d265058882d98cc78520a3a093c1b3fa191b8 (patch)
tree8030961f541291d3dffba43e428333127789cfcf /aconfigure
parentccf97961a75679ae321352735896f9db46032ab7 (diff)
Re #1843 (misc): related to r4966, remove ldl and lz from OpenSSL dependencies since both libraries are actually optional for OpenSSL, and may be unavailable in some platforms, such as BB10
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5091 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/aconfigure b/aconfigure
index acd06ef7..fad181db 100755
--- a/aconfigure
+++ b/aconfigure
@@ -7676,7 +7676,7 @@ if ${ac_cv_lib_crypto_ERR_load_BIO_strings+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcrypto -ldl -lz $LIBS"
+LIBS="-lcrypto $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -7707,7 +7707,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5
$as_echo "$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; }
if test "x$ac_cv_lib_crypto_ERR_load_BIO_strings" = xyes; then :
- libcrypto_present=1 && LIBS="-lcrypto -ldl -lz $LIBS"
+ libcrypto_present=1 && LIBS="-lcrypto $LIBS"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5