From ee9645c4a039e2fa38f35a02ae4068bfb0413f73 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Wed, 12 Feb 2025 14:58:05 -0500 Subject: [PATCH] Update configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2