sniper          Tue Jun 24 12:39:52 2003 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  Fix configure failure with static openssl libs
  
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.247 php-src/acinclude.m4:1.248
--- php-src/acinclude.m4:1.247  Tue Jun 24 10:05:24 2003
+++ php-src/acinclude.m4        Tue Jun 24 12:39:52 2003
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.247 2003/06/24 14:05:24 sniper Exp $
+dnl $Id: acinclude.m4,v 1.248 2003/06/24 16:39:52 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 
@@ -1616,7 +1616,7 @@
     ], [
       AC_MSG_ERROR([libssl not found!])
     ],[
-      -L$OPENSSL_LIBDIR
+      -L$OPENSSL_LIBDIR -lcrypto
     ])
   ], [
     AC_MSG_ERROR([libcrypto not found!])



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to