]> 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 811249bcfb8fd6d3cd67063ec159a2f91692931e..c52e9cb963aefc57a2e7f79665ce3646587e49ba 100644 (file)
@@ -2397,6 +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)