>From 3902dba55ac7e126f5c1babfddac6f816de1d0d1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2024 13:35:16 +0200 Subject: [PATCH] maint: Avoid test-mbrlen-1.sh failure on CentOS 7. * configure.ac: Pre-set gl_cv_func_mbrlen_empty_input. * bootstrap.conf (avoided_gnulib_modules): Avoid also mbrlen-tests. --- bootstrap.conf | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 178aca9..4358ab5 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -19,6 +19,7 @@ avoided_gnulib_modules=' --avoid=lock-tests --avoid=mbuiter --avoid=mbuiterf + --avoid=mbrlen-tests --avoid=mbrtowc-tests --avoid=update-copyright-tests ' diff --git a/configure.ac b/configure.ac index 3d630a2..0bc492c 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,7 @@ PKG_PROG_PKG_CONFIG([0.9.0]) # so don't worry about this common bug, # as working around it would merely slow grep down. gl_cv_func_mbrtowc_empty_input='assume yes' +gl_cv_func_mbrlen_empty_input='assume yes' dnl Checks for typedefs, structures, and compiler characteristics. gl_INIT -- 2.34.1