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
commit5b55a186228146de79f1d65ce7997ccbf6e2dec1 (patch)
treed24a2dccc72c0cd393ea273d515dfa91ddee49c4 /acinclude.m4
parent5a53a74304941a1929484de42d3c04296d124510 (diff)
downloadphp-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.m42
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