From: Bruno Haible Date: Sun, 20 Jun 2021 20:35:07 +0000 (+0200) Subject: build: Move most of intl.m4 into gettext-runtime/intl/configure.ac, part 2. X-Git-Tag: v0.22~232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df2a0f3304a2905e24cb4bc123d7118c66b4ab76;p=thirdparty%2Fgettext.git build: Move most of intl.m4 into gettext-runtime/intl/configure.ac, part 2. * gettext-runtime/intl/configure.ac: Invoke gt_GLIBC2. --- diff --git a/gettext-runtime/intl/configure.ac b/gettext-runtime/intl/configure.ac index 3f829e0a4..171714cb7 100644 --- a/gettext-runtime/intl/configure.ac +++ b/gettext-runtime/intl/configure.ac @@ -85,6 +85,7 @@ dnl (OK, not quite, the AC_CONFIG_FILES has also some parts.) AM_GNU_GETTEXT([here], [need-ngettext]) dnl Conditionals for the intl/ directory. AM_CONDITIONAL([USE_INCLUDED_LIBINTL], [test $USE_INCLUDED_LIBINTL = yes]) +gt_GLIBC2 AM_CONDITIONAL([PRELOADABLE_LIBINTL], [test $USE_INCLUDED_LIBINTL = no && test $GLIBC2 = yes && test "$enable_shared" = yes])