]> granicus.if.org Git - php/commitdiff
Fix configure failure with static openssl libs
authorfoobar <sniper@php.net>
Tue, 24 Jun 2003 16:39:52 +0000 (16:39 +0000)
committerfoobar <sniper@php.net>
Tue, 24 Jun 2003 16:39:52 +0000 (16:39 +0000)
acinclude.m4

index 54247c237349f1c201183229a7740cad8b3102b7..5900066c16bd73b083bdf3d820e040aedae419d5 100644 (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!])