tony2001                Fri Jan 19 22:33:10 2007 UTC

  Modified files:              
    /php-src/ext/imap   config.m4 
  Log:
  fix configure check with imap-2001
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.73&r2=1.74&diff_format=u
Index: php-src/ext/imap/config.m4
diff -u php-src/ext/imap/config.m4:1.73 php-src/ext/imap/config.m4:1.74
--- php-src/ext/imap/config.m4:1.73     Fri Jan 19 20:44:52 2007
+++ php-src/ext/imap/config.m4  Fri Jan 19 22:33:10 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.73 2007/01/19 20:44:52 tony2001 Exp $
+dnl $Id: config.m4,v 1.74 2007/01/19 22:33:10 tony2001 Exp $
 dnl
 
 AC_DEFUN([IMAP_INC_CHK],[if test -r "$i$1/c-client.h"; then
@@ -123,6 +123,7 @@
     CFLAGS="-I$IMAP_INC_DIR"
     AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text,
       AC_TRY_COMPILE([
+#include <stdio.h>
 #include <c-client.h>
       ],[
         SIZEDTEXT *src, *dst;

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

Reply via email to