1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix configure failure with static openssl libs

This commit is contained in:
foobar
2003-06-24 16:39:52 +00:00
parent c8ecf7ec3e
commit 7a24772485

View File

@@ -1616,7 +1616,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
], [
AC_MSG_ERROR([libssl not found!])
],[
-L$OPENSSL_LIBDIR
-L$OPENSSL_LIBDIR -lcrypto
])
], [
AC_MSG_ERROR([libcrypto not found!])