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(-)

diff --git a/ChangeLog b/ChangeLog
index ed02e49..bd62874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-17  James Le Cuirot <[email protected]>
+
+       * 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  Gavin Smith <[email protected]>
 
        * autogen.sh,
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


Reply via email to