summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2011-05-19 05:43:48 +0000
committerScott MacVicar <scottmac@php.net>2011-05-19 05:43:48 +0000
commit9350fb415bc63537cd6f35c3910425e9526fee58 (patch)
tree3b5f5d7c9f2f9d676e0ebffb3d32b5c3947bf943 /acinclude.m4
parenta7c5be302ed69c6fad9a1aa867a4a90b60701be4 (diff)
downloadphp-git-9350fb415bc63537cd6f35c3910425e9526fee58.tar.gz
Revert part of the fix for #53339
On OSX we need ssl AND crypto The patch that was applied didn't even match what was in the bug
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c08334b887..bf9a449324 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2412,6 +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)