sniper          Sat Apr 30 05:29:11 2005 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  - Fix problems with phpized ext/imap
  
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.304&r2=1.305&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.304 php-src/acinclude.m4:1.305
--- php-src/acinclude.m4:1.304  Fri Apr 29 21:52:21 2005
+++ php-src/acinclude.m4        Sat Apr 30 05:29:09 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.304 2005/04/30 01:52:21 sniper Exp $
+dnl $Id: acinclude.m4,v 1.305 2005/04/30 09:29:09 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2095,6 +2095,10 @@
   unset OPENSSL_INCDIR
   unset OPENSSL_LIBDIR
 
+  dnl Empty variable means 'no'
+  test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
+  test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no
+
   dnl Fallbacks for different configure options
   if test "$PHP_OPENSSL" != "no"; then
     PHP_OPENSSL_DIR=$PHP_OPENSSL

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

Reply via email to