sniper          Mon Jan 19 20:11:05 2004 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  - Fixed Bug #26969 (shared openssl build fails)
  
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.268&r2=1.269&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.268 php-src/acinclude.m4:1.269
--- php-src/acinclude.m4:1.268  Fri Jan  9 18:37:29 2004
+++ php-src/acinclude.m4        Mon Jan 19 20:11:04 2004
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.268 2004/01/09 23:37:29 wez Exp $
+dnl $Id: acinclude.m4,v 1.269 2004/01/20 01:11:04 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 
@@ -1652,7 +1652,6 @@
     CPPFLAGS=$old_CPPFLAGS
 
     PHP_ADD_INCLUDE($OPENSSL_INCDIR)
-    PHP_ADD_LIBPATH($OPENSSL_LIBDIR, $1)
   
     PHP_CHECK_LIBRARY(crypto, CRYPTO_free, [
       PHP_ADD_LIBRARY(crypto,,$1)
@@ -1673,6 +1672,8 @@
     ])
     LIBS=$old_LIBS
     PHP_ADD_LIBRARY(ssl,,$1)
+
+    PHP_ADD_LIBPATH($OPENSSL_LIBDIR, $1)
   fi
 
   dnl For apache 1.3.x static build

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

Reply via email to