Changeset 5091
- Timestamp:
- May 11, 2015 9:18:24 AM (10 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5084 r5091 7677 7677 else 7678 7678 ac_check_lib_save_LIBS=$LIBS 7679 LIBS="-lcrypto -ldl -lz$LIBS"7679 LIBS="-lcrypto $LIBS" 7680 7680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7681 7681 /* end confdefs.h. */ … … 7708 7708 $as_echo "$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 7709 7709 if test "x$ac_cv_lib_crypto_ERR_load_BIO_strings" = xyes; then : 7710 libcrypto_present=1 && LIBS="-lcrypto -ldl -lz$LIBS"7710 libcrypto_present=1 && LIBS="-lcrypto $LIBS" 7711 7711 fi 7712 7712 -
pjproject/trunk/aconfigure.ac
r5084 r5091 1534 1534 AC_SUBST(libcrypto_present) 1535 1535 AC_CHECK_HEADER(openssl/ssl.h,[openssl_h_present=1]) 1536 AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz)1536 AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="-lcrypto $LIBS"]) 1537 1537 AC_CHECK_LIB(ssl,SSL_library_init,[libssl_present=1 && LIBS="-lssl $LIBS"]) 1538 1538 if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then
Note: See TracChangeset
for help on using the changeset viewer.