sniper          Tue Sep 30 14:08:15 2003 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  Fixed bug #25703 (openssl checks failed)
  
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.261 php-src/acinclude.m4:1.262
--- php-src/acinclude.m4:1.261  Wed Sep 24 10:24:18 2003
+++ php-src/acinclude.m4        Tue Sep 30 14:08:12 2003
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.261 2003/09/24 14:24:18 sniper Exp $
+dnl $Id: acinclude.m4,v 1.262 2003/09/30 18:08:12 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 
@@ -1593,7 +1593,7 @@
   fi
 
   dnl If pkg-config is found try using it
-  if test "$PHP_OPENSSL" = "yes" && test -x "$PKG_CONFIG"; then
+  if test "$PHP_OPENSSL" = "yes" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists 
openssl; then
     if $PKG_CONFIG --atleast-version=0.9.6 openssl; then
       found_openssl=yes
       OPENSSL_LIBS=`$PKG_CONFIG --libs openssl`

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

Reply via email to