diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-28 01:33:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-28 01:33:53 +0000 |
commit | afbd143f568efc5d015c7ab4e3299cb3fb3a56e4 (patch) | |
tree | 3a823261bad01a4fa4b1a472c895870b25c372c2 /gnu | |
parent | 4ac0047e0fea3488f974983b61d47d6444a705d7 (diff) | |
download | FreeBSD-src-afbd143f568efc5d015c7ab4e3299cb3fb3a56e4.zip FreeBSD-src-afbd143f568efc5d015c7ab4e3299cb3fb3a56e4.tar.gz |
NO! We DON'T wany any libintl action here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config.h b/gnu/usr.bin/binutils/gdb/config.h index 470172d..5c206a7 100644 --- a/gnu/usr.bin/binutils/gdb/config.h +++ b/gnu/usr.bin/binutils/gdb/config.h @@ -434,7 +434,7 @@ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ -#define ENABLE_NLS 1 +/* #define ENABLE_NLS 1 */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ |