Ignore:
Timestamp:
Aug 8, 2016 11:19:35 AM (8 years ago)
Author:
ming
Message:

Re #1943: Fixed incorrect configure script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5412 r5414  
    16041604                         
    16051605                        # Check if SRTP should be compiled with OpenSSL 
    1606                         # support, to enable cryptos such as AES GCM    AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 
     1606                        # support, to enable cryptos such as AES GCM 
     1607                        AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 
    16071608                        if test "x$ac_ssl_has_aes_gcm" = "x1"; then 
    16081609                                AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSl version]) 
Note: See TracChangeset for help on using the changeset viewer.