nlopess         Sat Feb 10 20:57:29 2007 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src/ext/imap   config.m4 
  Log:
  fix typos
  
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.49.2.15.2.1&r2=1.49.2.15.2.2&diff_format=u
Index: php-src/ext/imap/config.m4
diff -u php-src/ext/imap/config.m4:1.49.2.15.2.1 
php-src/ext/imap/config.m4:1.49.2.15.2.2
--- php-src/ext/imap/config.m4:1.49.2.15.2.1    Mon Jan 29 10:08:17 2007
+++ php-src/ext/imap/config.m4  Sat Feb 10 20:57:29 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.49.2.15.2.1 2007/01/29 10:08:17 tony2001 Exp $
+dnl $Id: config.m4,v 1.49.2.15.2.2 2007/02/10 20:57:29 nlopess Exp $
 dnl
 
 AC_DEFUN([IMAP_INC_CHK],[if test -r "$i$1/c-client.h"; then
@@ -146,7 +146,7 @@
     if test "$ac_cv_utf8_mime2text" = "new"; then
       AC_DEFINE(HAVE_NEW_MIME2TEXT, 1, [Whether utf8_mime2text() has new 
signature])
     fi
-    CFLAGS=$old_CPPFLAGS
+    CFLAGS=$old_CFLAGS
 
     old_CFLAGS=$CFLAGS
     CFLAGS="-I$IMAP_INC_DIR"
@@ -161,7 +161,7 @@
          ac_cv_u8t_canonical=no
       ])
     )
-    CFLAGS=$old_CPPFLAGS
+    CFLAGS=$old_CFLAGS
 
     if test "$ac_cv_u8t_canonical" = "no" && test "$ac_cv_utf8_mime2text" = 
"new"; then
         AC_MSG_ERROR([utf8_mime2text() has new signature, but U8T_CANONICAL is 
missing. This should not happen. Check config.log for additional information.])

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

Reply via email to