diff options
| author | Pierre Joye <pajoye@php.net> | 2009-05-05 13:49:05 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-05-05 13:49:05 +0000 |
| commit | 0b6e00cd6470da05196ad85ab80cdc95d67eaba5 (patch) | |
| tree | 2c5bc6d03949ecbf95714a49fdb7ac9e13109bea | |
| parent | 95b9e430f4cea769a91d164884ea9e5f8ea1d215 (diff) | |
| download | php-git-0b6e00cd6470da05196ad85ab80cdc95d67eaba5.tar.gz | |
- fix conf
| -rw-r--r-- | ext/imap/config.w32 | 1 |
1 files changed, 0 insertions, 1 deletions
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"); } |
