diff options
Diffstat (limited to 'gdb/gnu-regex.c')
-rw-r--r-- | gdb/gnu-regex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gnu-regex.c b/gdb/gnu-regex.c index 547668e..84db70f 100644 --- a/gdb/gnu-regex.c +++ b/gdb/gnu-regex.c @@ -57,7 +57,8 @@ #endif /* This is for other GNU distributions with internationalized messages. */ -#if HAVE_LIBINTL_H || defined _LIBC +/* CYGNUS LOCAL: ../intl will handle this for us */ +#ifdef ENABLE_NLS # include <libintl.h> #else # define gettext(msgid) (msgid) |