mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Patch by Clint Byrum
This commit is contained in:
parent
f06443593e
commit
a286fa3523
3 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue