From b4dda7ce29407a67d49dc57d39c626a44831d81d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 22 Apr 2025 15:28:41 +0200 Subject: [PATCH] build: Simplify. * gettext-runtime/configure.ac: Don't test whether setlocale exists. --- gettext-runtime/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index dd5657158..1ab9f1e2a 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -131,7 +131,6 @@ AM_GNU_GETTEXT([use-libtool], [need-ngettext], [\${top_builddir}/intl]) dnl Checks for header files, functions and declarations. gl_INIT AC_TYPE_SIZE_T -AC_CHECK_FUNCS([setlocale]) dnl Compilation on native Windows and Cygwin needs special Makefile rules, dnl because -- 2.47.3