diff options
-rw-r--r-- | ext/imap/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 9d87fb6ede..5455fa15b3 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -211,7 +211,7 @@ if test "$PHP_IMAP" != "no"; then ], [], $TST_LIBS) AC_MSG_CHECKING(whether IMAP works) - PHP_IMAP_TEST_BUILD(mail_open, [ + PHP_IMAP_TEST_BUILD(mail_newbody, [ AC_MSG_RESULT(yes) ], [ AC_MSG_RESULT(no) |