]> granicus.if.org Git - php/commitdiff
MFH: - Fix problems with phpized ext/imap
authorfoobar <sniper@php.net>
Sat, 30 Apr 2005 09:31:09 +0000 (09:31 +0000)
committerfoobar <sniper@php.net>
Sat, 30 Apr 2005 09:31:09 +0000 (09:31 +0000)
acinclude.m4

index 8f6be70fec4470e80023353979909540f8865a9c..399b100c9db92a2287cce369d787416712d0b644 100644 (file)
@@ -1684,6 +1684,10 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
   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