From: Bruno Haible Date: Fri, 6 Jun 2025 10:56:05 +0000 (+0200) Subject: libtextstyle: Fix build failure on Cygwin < 3.4.6. X-Git-Tag: v0.26~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589f38cb99bb60e7f661a81532c1b06e295b07f7;p=thirdparty%2Fgettext.git libtextstyle: Fix build failure on Cygwin < 3.4.6. * libtextstyle/lib/Makefile.am (config.h): Don't rename the _imp_ variable associated with the gl_get_setlocale_null_lock function. --- diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index 580b71d40..07972ce83 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -237,6 +237,7 @@ config.h: $(BUILT_SOURCES) libtextstyle.sym } 5>&1 1>&2 \ | sed -e 's,.* ,,' | grep -v '@' | LC_ALL=C sort | LC_ALL=C uniq \ | LC_ALL=C $(top_srcdir)/build-aux/join-v-1 - libtextstyle.sym \ + | grep -v 'gl_get_setlocale_null_lock' \ | sed -e 's,^\(.*\)$$,#define \1 libtextstyle_\1,' > config.h-t; \ } 6>&1 && \ if test -f config.h; then \