summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-08-11 03:10:37 +0000
committerRiza Sulistyo <riza@teluu.com>2016-08-11 03:10:37 +0000
commit0a57d7a41645546cf06ca644bbc1924f01f1ff49 (patch)
treec40cd3f97ea8006e694286b38c54ffb518401240 /aconfigure
parentd7af10fa68ca47a9283f8645bbbb83c50ebd05f6 (diff)
Re #1943: Improve the clarity of configure log message.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5416 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure22
1 files changed, 11 insertions, 11 deletions
diff --git a/aconfigure b/aconfigure
index 2787b577..bf630a18 100755
--- a/aconfigure
+++ b/aconfigure
@@ -7954,13 +7954,13 @@ $as_echo "OpenSSL library found, SSL support enabled" >&6; }
# Check if SRTP should be compiled with OpenSSL
# support, to enable cryptos such as AES GCM
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_aes_128_gcm in -lssl" >&5
-$as_echo_n "checking for EVP_aes_128_gcm in -lssl... " >&6; }
-if ${ac_cv_lib_ssl_EVP_aes_128_gcm+:} false; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_aes_128_gcm in -lcrypto" >&5
+$as_echo_n "checking for EVP_aes_128_gcm in -lcrypto... " >&6; }
+if ${ac_cv_lib_crypto_EVP_aes_128_gcm+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lssl $LIBS"
+LIBS="-lcrypto $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -7980,23 +7980,23 @@ return EVP_aes_128_gcm ();
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_ssl_EVP_aes_128_gcm=yes
+ ac_cv_lib_crypto_EVP_aes_128_gcm=yes
else
- ac_cv_lib_ssl_EVP_aes_128_gcm=no
+ ac_cv_lib_crypto_EVP_aes_128_gcm=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_EVP_aes_128_gcm" >&5
-$as_echo "$ac_cv_lib_ssl_EVP_aes_128_gcm" >&6; }
-if test "x$ac_cv_lib_ssl_EVP_aes_128_gcm" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_EVP_aes_128_gcm" >&5
+$as_echo "$ac_cv_lib_crypto_EVP_aes_128_gcm" >&6; }
+if test "x$ac_cv_lib_crypto_EVP_aes_128_gcm" = xyes; then :
ac_ssl_has_aes_gcm=1
fi
if test "x$ac_ssl_has_aes_gcm" = "x1"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL has AES GCM support, SRTP will use OpenSSl version" >&5
-$as_echo "OpenSSL has AES GCM support, SRTP will use OpenSSl version" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL has AES GCM support, SRTP will use OpenSSL" >&5
+$as_echo "OpenSSL has AES GCM support, SRTP will use OpenSSL" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL AES GCM support not found, SRTP will only support AES CM cryptos" >&5
$as_echo "OpenSSL AES GCM support not found, SRTP will only support AES CM cryptos" >&6; }