From: Pierre Joye Date: Tue, 5 May 2009 13:49:05 +0000 (+0000) Subject: - fix conf X-Git-Tag: php-5.2.10RC1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b6e00cd6470da05196ad85ab80cdc95d67eaba5;p=php - fix conf --- diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index c6a41fa353..8496bc1854 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -17,7 +17,6 @@ if (PHP_IMAP == "yes") { AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true); AC_DEFINE('HAVE_RFC822_OUTPUT_ADDRESS_LIST', 1, 'Have rfc822_output_address_list', true); AC_DEFINE('HAVE_NEW_MIME2TEXT', 1, 'Have utf8_mime2text', true); - HAVE_NEW_MIME2TEXT } else { WARNING("imap not enabled; libraries and headers not found"); }