From 0a57d7a41645546cf06ca644bbc1924f01f1ff49 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Thu, 11 Aug 2016 03:10:37 +0000 Subject: 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 --- aconfigure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index ce50f116..ff868589 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -1606,7 +1606,7 @@ AC_ARG_ENABLE(ssl, # support, to enable cryptos such as AES GCM AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) if test "x$ac_ssl_has_aes_gcm" = "x1"; then - AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSl version]) + AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSL]) else AC_MSG_RESULT([OpenSSL AES GCM support not found, SRTP will only support AES CM cryptos]) fi -- cgit v1.2.3