diff options
author | Raphael Geissert <geissert@php.net> | 2011-03-18 18:47:09 +0000 |
---|---|---|
committer | Raphael Geissert <geissert@php.net> | 2011-03-18 18:47:09 +0000 |
commit | 5b55a186228146de79f1d65ce7997ccbf6e2dec1 (patch) | |
tree | d24a2dccc72c0cd393ea273d515dfa91ddee49c4 /acinclude.m4 | |
parent | 5a53a74304941a1929484de42d3c04296d124510 (diff) | |
download | php-git-5b55a186228146de79f1d65ce7997ccbf6e2dec1.tar.gz |
Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Patch by Clint Byrum
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 658d034278..25e35fd179 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2397,7 +2397,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[ -L$OPENSSL_LIBDIR ]) LIBS=$old_LIBS - PHP_ADD_LIBRARY(ssl,,$1) + PHP_ADD_LIBRARY(crypto,,$1) PHP_ADD_LIBPATH($OPENSSL_LIBDIR, $1) fi |