Skip to content

Commit

Permalink
Revert part of the fix for #53339
Browse files Browse the repository at this point in the history
On OSX we need ssl AND crypto

The patch that was applied didn't even match what was in the bug
  • Loading branch information
Scott MacVicar committed May 19, 2011
1 parent edcc7dc commit 8e314ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e314ae

Please sign in to comment.