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
commit6fad7172996c55964a16fbcbf2649bc3646d32cc (patch)
treeba8828c5bbb2a7b79b54bae3bab6701fe4d0f6c3 /acinclude.m4
parent0a17fe52fb2f17996413b05339989dc874c08f8f (diff)
downloadphp-git-6fad7172996c55964a16fbcbf2649bc3646d32cc.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)