1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
This commit is contained in:
Antony Dovgal
2007-02-11 09:25:32 +00:00
parent 9c100b20e6
commit 9d26a78f6a
+2 -2
View File
@@ -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.])