sniper Sat Apr 30 05:29:44 2005 EDT Modified files: (Branch: PHP_5_0) /php-src acinclude.m4 Log: MFH: - Fix problems with phpized ext/imap http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.271.2.16&r2=1.271.2.17&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.271.2.16 php-src/acinclude.m4:1.271.2.17 --- php-src/acinclude.m4:1.271.2.16 Tue Apr 26 04:20:30 2005 +++ php-src/acinclude.m4 Sat Apr 30 05:29:44 2005 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.271.2.16 2005/04/26 08:20:30 sniper Exp $ -*- autoconf -*- +dnl $Id: acinclude.m4,v 1.271.2.17 2005/04/30 09:29:44 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