From de54cd0a08496008969d2bd330f8d328f8db57f3 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 23 Feb 2003 08:14:25 +0000 Subject: [PATCH] Fix for bug #22353 --- ext/imap/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1