]> granicus.if.org Git - php/commitdiff
Revert part of the fix for #53339
authorScott MacVicar <scottmac@php.net>
Thu, 19 May 2011 05:43:48 +0000 (05:43 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 19 May 2011 05:43:48 +0000 (05:43 +0000)
On OSX we need ssl AND crypto

The patch that was applied didn't even match what was in the bug

acinclude.m4

index c08334b887a90de8acbfdb95117ce4dcdbb1f80c..bf9a4493247b4f68a0d5980606aa97a4aab811e9 100644 (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)