From: foobar Date: Sat, 30 Apr 2005 09:29:09 +0000 (+0000) Subject: - Fix problems with phpized ext/imap X-Git-Tag: php-5.0.1b1~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=073188c8323bd5a655ce90c6db754641d18722a2;p=php - Fix problems with phpized ext/imap --- diff --git a/acinclude.m4 b/acinclude.m4 index c668c9d88b..bdd64d1428 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2095,6 +2095,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