sniper          Sun Feb 23 03:14:25 2003 EDT

  Modified files:              
    /php4/ext/imap      config.m4 
  Log:
  Fix for bug #22353
  
Index: php4/ext/imap/config.m4
diff -u php4/ext/imap/config.m4:1.52 php4/ext/imap/config.m4:1.53
--- php4/ext/imap/config.m4:1.52        Tue Jan 28 01:56:32 2003
+++ php4/ext/imap/config.m4     Sun Feb 23 03:14:25 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.52 2003/01/28 06:56:32 sniper Exp $
+dnl $Id: config.m4,v 1.53 2003/02/23 08:14:25 sniper Exp $
 dnl
 
 AC_DEFUN(IMAP_INC_CHK,[if test -r "$i$1/c-client.h"; then
@@ -211,7 +211,7 @@
     ], [], $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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to