From 1a78a35acfb696d2262b7c2d707b9e6421c99aaa Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 13 Nov 2001 03:54:15 +0000 Subject: merge from gcc --- libiberty/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/getopt.c') diff --git a/libiberty/getopt.c b/libiberty/getopt.c index fd302b6..2402a39 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -82,7 +82,7 @@ #ifndef _ /* This is for other GNU distributions with internationalized messages. When compiling libc, the _ macro is predefined. */ -# ifdef HAVE_LIBINTL_H +# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC # include # define _(msgid) gettext (msgid) # else -- cgit v1.1