summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2017-11-26 18:29:42 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-12-09 19:05:45 +0100
commit1b10e6318b900476e4597d002a307ce6f9c954e5 (patch)
treec63c0bb14b292bc6db585c917ea3253cb3a3785f
parent1b29dc0b1c4836085a17cbf2f59dae8aeb85424c (diff)
downloadphp-git-1b10e6318b900476e4597d002a307ce6f9c954e5.tar.gz
ext/imap/config.m4: fix ac_cv_u8t_decompose check
Once upon the time, commit c58f63a38ae19caaab339c61486fc3bd7e5894f9 changed the check from U8T_CANONICAL to U8T_DECOMPOSE. However, the autoconf cache id was not renamed. Sometimes it is desirable to preseed the autoconf variables, e.g. when cross-compiling to avoid the tests running on the host system. In this case it's confusing when the cache id does not match the variable to set, so let's adjust it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-rw-r--r--ext/imap/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4
index d0b86cba1c..badb6e26b2 100644
--- a/ext/imap/config.m4
+++ b/ext/imap/config.m4
@@ -147,7 +147,7 @@ if test "$PHP_IMAP" != "no"; then
old_CFLAGS=$CFLAGS
CFLAGS="-I$IMAP_INC_DIR"
- AC_CACHE_CHECK(for U8T_DECOMPOSE, ac_cv_u8t_canonical,
+ AC_CACHE_CHECK(for U8T_DECOMPOSE, ac_cv_u8t_decompose,
AC_TRY_COMPILE([
#include <c-client.h>
],[