diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-01 00:02:37 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-01 00:02:37 +0000 |
commit | bc192e183d6c31fbc80cd0d68733e5f12bc164b7 (patch) | |
tree | e43e8079713430eaf8db302238ffc8820e23b6e9 | |
parent | f16120e88371e5568519d800f817f65ec1c8ba90 (diff) | |
download | php-git-bc192e183d6c31fbc80cd0d68733e5f12bc164b7.tar.gz |
- c/p fix, correct description
-rw-r--r-- | ext/imap/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index 060d523756..b6e88cd031 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -15,7 +15,7 @@ if (PHP_IMAP == "yes") { ADD_FLAG("CFLAGS_IMAP", "/D HAVE_IMAP2000=1 /D HAVE_IMAP2004=1 /D HAVE_IMAP2007a=1 /D HAVE_IMAP2007b=1 /D HAVE_IMAP_SSL=1"); AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true); - AC_DEFINE('HAVE_RFC822_OUTPUT_ADDRESS_LIST', 1, 'Have IMAP support', true); + AC_DEFINE('HAVE_RFC822_OUTPUT_ADDRESS_LIST', 1, 'Have rfc822_output_address_list', true); } else { WARNING("imap not enabled; libraries and headers not found"); } |