Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Feb 10, 2007
1 parent 0f0d363 commit a99fa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/imap/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.])
Expand Down

0 comments on commit a99fa18

Please sign in to comment.