From: foobar Date: Tue, 24 Jun 2003 16:39:52 +0000 (+0000) Subject: Fix configure failure with static openssl libs X-Git-Tag: RELEASE_1_0_2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a247724858d1f1b1fc18cc7956c19562f3ec620;p=php Fix configure failure with static openssl libs --- diff --git a/acinclude.m4 b/acinclude.m4 index 54247c2373..5900066c16 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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!])