It's only used to skip a couple of tests, which you probably won't run when cross-compiling anyway. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
Sorry, I accidentally sent an earlier iteration of the patch. diff --git a/ChangeLog b/ChangeLog index 62d9604..e71ec34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-11-17 James Le Cuirot <ch...@gentoo.org> + + * configure.ac: Don't fail EUC-CN check when cross-compiling. It's + only used to skip a couple of tests, which you probably won't run + when cross-compiling anyway. + 2024-11-17 Patrice Dumas <pertu...@free.fr> * tp/Texinfo/XS/main/utils.c (isascii_alnum, isascii_alpha) diff --git a/configure.ac b/configure.ac index 0709259..1f3bd85 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ if test "x$am_func_iconv" = "xyes" ; then } return result; ]])], - [texinfo_cv_sys_iconv_converts_euc_cn=yes], ,) + [texinfo_cv_sys_iconv_converts_euc_cn=yes], [], []) test "$texinfo_cv_sys_iconv_converts_euc_cn" = no || break done LIBS="$euc_cn_save_LIBS" -- 2.47.0