aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2024-06-20 21:14:24 +0930
committerAlan Modra <amodra@gmail.com>2024-06-20 21:15:27 +0930
commit56f39033698b22a89571b345e5133b486822df1d (patch)
tree341ee99d646d3efef302612b3ef3210be785aca0 /gdbsupport
parente874cbd3879843a83e4bcc4b54cd7107387b1df6 (diff)
downloadbinutils-56f39033698b22a89571b345e5133b486822df1d.zip
binutils-56f39033698b22a89571b345e5133b486822df1d.tar.gz
binutils-56f39033698b22a89571b345e5133b486822df1d.tar.bz2
Revert "Remove LIBINTL_DEP"
This reverts commit e874cbd3879843a83e4bcc4b54cd7107387b1df6. The patch was wrong. LIBINTL_DEP is needed with an in-tree gettext.
Diffstat (limited to 'gdbsupport')
-rw-r--r--gdbsupport/Makefile.in1
-rwxr-xr-xgdbsupport/configure2
2 files changed, 3 insertions, 0 deletions
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in
index b28e57e..ee70911 100644
--- a/gdbsupport/Makefile.in
+++ b/gdbsupport/Makefile.in
@@ -291,6 +291,7 @@ LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBINTL_DEP = @LIBINTL_DEP@
LIBIPT = @LIBIPT@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
diff --git a/gdbsupport/configure b/gdbsupport/configure
index 56f182e..19b19c4 100755
--- a/gdbsupport/configure
+++ b/gdbsupport/configure
@@ -650,6 +650,7 @@ INSTOBJEXT
DATADIRNAME
CATALOGS
INCINTL
+LIBINTL_DEP
POSUB
LTLIBINTL
LIBINTL
@@ -10357,6 +10358,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