]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Update configure
authorChet Ramey <chet.ramey@case.edu>
Wed, 12 Feb 2025 19:58:05 +0000 (14:58 -0500)
committerChet Ramey <chet.ramey@case.edu>
Wed, 12 Feb 2025 19:58:05 +0000 (14:58 -0500)
configure

index 1ffb68ddc6b4dbc88849677ef8079be7b761e4a3..1d8f69da7510c82e154f1bbf33752eb829cf80df 100755 (executable)
--- 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