diff options
author | Alan Modra <amodra@gmail.com> | 2024-06-20 21:14:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-20 21:15:27 +0930 |
commit | 56f39033698b22a89571b345e5133b486822df1d (patch) | |
tree | 341ee99d646d3efef302612b3ef3210be785aca0 /ld/configure | |
parent | e874cbd3879843a83e4bcc4b54cd7107387b1df6 (diff) | |
download | fsf-binutils-gdb-56f39033698b22a89571b345e5133b486822df1d.zip fsf-binutils-gdb-56f39033698b22a89571b345e5133b486822df1d.tar.gz fsf-binutils-gdb-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 'ld/configure')
-rwxr-xr-x | ld/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/configure b/ld/configure index e98874f..4e8de84 100755 --- a/ld/configure +++ b/ld/configure @@ -667,6 +667,7 @@ INSTOBJEXT DATADIRNAME CATALOGS INCINTL +LIBINTL_DEP POSUB LTLIBINTL LIBINTL @@ -11682,7 +11683,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11685 "configure" +#line 11686 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11788,7 +11789,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11791 "configure" +#line 11792 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -18099,6 +18100,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 |