sniper          Sat Apr 30 05:31:09 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    acinclude.m4 
  Log:
  MFH: - Fix problems with phpized ext/imap
  
  
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.218.2.49&r2=1.218.2.50&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.218.2.49 php-src/acinclude.m4:1.218.2.50
--- php-src/acinclude.m4:1.218.2.49     Wed Apr 20 16:51:45 2005
+++ php-src/acinclude.m4        Sat Apr 30 05:31:09 2005
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.218.2.49 2005/04/20 20:51:45 bfrance Exp $ -*- 
autoconf -*-
+dnl $Id: acinclude.m4,v 1.218.2.50 2005/04/30 09:31:09 sniper Exp $ -*- 
autoconf -*-
 dnl
 dnl This file contains local autoconf functions.
 
@@ -1684,6 +1684,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