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:
@@ -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!])
|
||||
|
||||
Reference in New Issue
Block a user