From 56f39033698b22a89571b345e5133b486822df1d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 20 Jun 2024 21:14:24 +0930 Subject: Revert "Remove LIBINTL_DEP" This reverts commit e874cbd3879843a83e4bcc4b54cd7107387b1df6. The patch was wrong. LIBINTL_DEP is needed with an in-tree gettext. --- bfd/Makefile.in | 1 + bfd/configure | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'bfd') diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 54f6a54..b3d97d4 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -367,6 +367,7 @@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ +LIBINTL_DEP = @LIBINTL_DEP@ LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ diff --git a/bfd/configure b/bfd/configure index d65a73f..6458974 100755 --- a/bfd/configure +++ b/bfd/configure @@ -669,6 +669,7 @@ INSTOBJEXT DATADIRNAME CATALOGS INCINTL +LIBINTL_DEP POSUB LTLIBINTL LIBINTL @@ -11154,7 +11155,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11157 "configure" +#line 11158 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11260,7 +11261,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11263 "configure" +#line 11264 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14550,6 +14551,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } if test x"$USE_NLS" != xyes; then -- cgit v1.1