From: Scott MacVicar Date: Thu, 19 May 2011 05:43:48 +0000 (+0000) Subject: Revert part of the fix for #53339 X-Git-Tag: php-5.3.7RC1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e314ae7fcf1919356d44120295ba91afb8e54b6;p=php 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index 811249bcfb..c52e9cb963 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)