From: foobar Date: Fri, 12 Dec 2003 05:19:30 +0000 (+0000) Subject: Fixed bug #26461 (-lssl missing from LIBS) X-Git-Tag: php-5.0.0b3RC1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3ea5b122e5debe4f43e696dce5c97f8dd17a82e;p=php Fixed bug #26461 (-lssl missing from LIBS) --- diff --git a/acinclude.m4 b/acinclude.m4 index 29bd492f60..19961397fc 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1663,7 +1663,6 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[ old_LIBS=$LIBS LIBS="$LIBS -lcrypto" PHP_CHECK_LIBRARY(ssl, SSL_CTX_set_ssl_version, [ - PHP_ADD_LIBRARY(ssl,,$1) found_openssl=yes ],[ AC_MSG_ERROR([libssl not found!]) @@ -1671,6 +1670,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[ -L$OPENSSL_LIBDIR ]) LIBS=$old_LIBS + PHP_ADD_LIBRARY(ssl,,$1) fi dnl For apache 1.3.x static build