From: foobar Date: Sun, 23 Feb 2003 08:14:25 +0000 (+0000) Subject: Fix for bug #22353 X-Git-Tag: RELEASE_0_5~810 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de54cd0a08496008969d2bd330f8d328f8db57f3;p=php Fix for bug #22353 --- 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)