summaryrefslogtreecommitdiff
path: root/ext/imap
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-23 08:14:25 +0000
committerfoobar <sniper@php.net>2003-02-23 08:14:25 +0000
commitde54cd0a08496008969d2bd330f8d328f8db57f3 (patch)
tree3759e5bde59cd0df1a4f92c8b896a7a3b0bade01 /ext/imap
parent6000c7b46cb11dfe76d55f31e0dbf8a3984bcb14 (diff)
downloadphp-git-de54cd0a08496008969d2bd330f8d328f8db57f3.tar.gz
Fix for bug #22353
Diffstat (limited to 'ext/imap')
-rw-r--r--ext/imap/config.m42
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)