diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-12-16 14:17:26 +0000 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2020-06-26 15:56:39 +0100 |
commit | 8e6635bd14a94d4363ad79f5bb40fcc7b99a2ca6 (patch) | |
tree | 987dc2a5a0cde685b0bcbf30c39aa48b32ae67d1 /libctf/config.h.in | |
parent | c1401ecc29a92428a5d52a23802e20e8c2829b03 (diff) | |
download | gdb-8e6635bd14a94d4363ad79f5bb40fcc7b99a2ca6.zip gdb-8e6635bd14a94d4363ad79f5bb40fcc7b99a2ca6.tar.gz gdb-8e6635bd14a94d4363ad79f5bb40fcc7b99a2ca6.tar.bz2 |
libctf: support platforms with separate libintl
We were not using the right configure machinery to spot libintl on
platforms where it was required, leading to the spurious failure of
various configure tests (e.g. for things like ELF support in BFD).
libctf/
* aclocal.m4: Add config/gettext-sister.m4: Shuffle into
alphabetical order.
* configure.ac: Add ZW_GNU_GETTEXT_SISTER_DIR.
* config.h.in: Regenerated.
* Makefile.in: Likewise.
* configure: Likewise.
Diffstat (limited to 'libctf/config.h.in')
-rw-r--r-- | libctf/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libctf/config.h.in b/libctf/config.h.in index ac0eb3e..e663c69 100644 --- a/libctf/config.h.in +++ b/libctf/config.h.in @@ -3,6 +3,10 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#undef ENABLE_NLS + /* Whether libbfd was configured for an ELF target. */ #undef HAVE_BFD_ELF |