From c006bbb00628f052e2419bbe5a305fa4fe72efaf Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 30 Apr 2005 09:31:09 +0000 Subject: [PATCH] MFH: - Fix problems with phpized ext/imap --- acinclude.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 8f6be70fec..399b100c9d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 -- 2.40.0