]> granicus.if.org Git - php/commit
ext/imap/config.m4: fix ac_cv_u8t_decompose check
authorMichael Heimpold <mhei@heimpold.de>
Sun, 26 Nov 2017 17:29:42 +0000 (18:29 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 9 Dec 2017 18:05:45 +0000 (19:05 +0100)
commit1b10e6318b900476e4597d002a307ce6f9c954e5
treec63c0bb14b292bc6db585c917ea3253cb3a3785f
parent1b29dc0b1c4836085a17cbf2f59dae8aeb85424c
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>
ext/imap/config.m4