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
This commit is contained in:
Scott MacVicar 2011-05-19 05:43:48 +00:00
parent a7c5be302e
commit 9350fb415b

View file

@ -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)