summaryrefslogtreecommitdiff
path: root/ext/imap/config.m4
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-02-11 09:25:25 +0000
committerAntony Dovgal <tony2001@php.net>2007-02-11 09:25:25 +0000
commit00da3f316993e1acb504336b62d9ca5ad63ed559 (patch)
tree9cb0d9804337a4f3fa5f9d9da2e0d9091658bc24 /ext/imap/config.m4
parentc65c976c2ee6a38e417cef74b7c4ab4d7e7c1a18 (diff)
downloadphp-git-00da3f316993e1acb504336b62d9ca5ad63ed559.tar.gz
fix typos
Diffstat (limited to 'ext/imap/config.m4')
-rw-r--r--ext/imap/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4
index 2b08fb2c51..d8deb75191 100644
--- a/ext/imap/config.m4
+++ b/ext/imap/config.m4
@@ -137,7 +137,7 @@ if test "$PHP_IMAP" != "no"; then
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"
@@ -152,7 +152,7 @@ if test "$PHP_IMAP" != "no"; then
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.])