diff options
| author | Nuno Lopes <nlopess@php.net> | 2007-02-10 20:57:29 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2007-02-10 20:57:29 +0000 |
| commit | a99fa18f27b277e54d60ac93cde4d5ec8c291f40 (patch) | |
| tree | 8cd985222983b62c910b519dfe8e93f17a8ff114 | |
| parent | 0f0d36315a20c593bf08eee0a07cbdf6014c0184 (diff) | |
| download | php-git-a99fa18f27b277e54d60ac93cde4d5ec8c291f40.tar.gz | |
fix typos
| -rw-r--r-- | ext/imap/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 59a0ea62e0..e0e701acf4 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -146,7 +146,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" @@ -161,7 +161,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.]) |
