summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@php.net>2011-03-18 18:47:09 +0000
committerRaphael Geissert <geissert@php.net>2011-03-18 18:47:09 +0000
commita286fa3523b230fded3204d8b09381675f70d85c (patch)
tree6681159062398f959be4172d28fe0789b4fa4a7a /acinclude.m4
parentf06443593eb832dd1c796c787f079f9aeb3fe691 (diff)
downloadphp-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.m42
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