1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

- fix conf

This commit is contained in:
Pierre Joye
2009-05-05 13:49:05 +00:00
parent 95b9e430f4
commit 0b6e00cd64
-1
View File
@@ -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");
}