Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339

Patch by Clint Byrum
This commit is contained in:
Raphael Geissert 2011-03-18 18:47:09 +00:00
parent f06443593e
commit a286fa3523
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ if test "$PHP_OPENSSL" != "no"; then
fi
AC_CHECK_LIB(ssl, DSA_get_default_method, AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, [OpenSSL 0.9.7 or later]))
AC_CHECK_LIB(crypto, X509_free, AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, [OpenSSL 0.9.7 or later]))
PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD,
[