OSDN Git Service

* ChangeLog: Remove piece of diff output.
[pf3gnuchains/gcc-fork.git] / libiberty / getopt.c
index fd302b6..2402a39 100644 (file)
@@ -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 <libintl.h>
 #  define _(msgid)     gettext (msgid)
 # else