From: Chet Ramey Date: Wed, 12 Feb 2025 19:58:05 +0000 (-0500) Subject: Update configure X-Git-Tag: bash-5.3-rc1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee9645c4a039e2fa38f35a02ae4068bfb0413f73;p=thirdparty%2Fbash.git Update configure --- diff --git a/configure b/configure index 1ffb68dd..1d8f69da 100755 --- a/configure +++ b/configure @@ -16939,7 +16939,7 @@ INTL_DEP= INTL_INC= LIBINTL_H= if test "x$USE_INCLUDED_LIBINTL" = "xyes"; then INTL_DEP='${INTL_LIBDIR}/libintl.a' INTL_INC='-I${INTL_LIBSRC} -I${INTL_BUILDDIR}' - LIBINTL_H='${INTL_LIBDIR}/libintl.h' + LIBINTL_H='${INTL_BUILDDIR}/libintl.h' printf "%s\n" "#define HAVE_LOCALE_CHARSET 1" >>confdefs.h