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 | a286fa3523b230fded3204d8b09381675f70d85c (patch) | |
tree | 6681159062398f959be4172d28fe0789b4fa4a7a /acinclude.m4 | |
parent | f06443593eb832dd1c796c787f079f9aeb3fe691 (diff) | |
download | php-git-a286fa3523b230fded3204d8b09381675f70d85c.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 9d38902ca0..1c5cecd9a6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2412,7 +2412,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 |