X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetopt.c;h=08ba35be363777fd12e79d7442ff9e15f1aa278c;hb=d36212cb0a461bc3f063ecbcb1c4d88316eaa397;hp=c66fc8813e2ac3f8dc7c9f2d643ccfb26367a55b;hpb=49ac54cc65188d82a8ae12de3f0ce4a8dac19cc2;p=gnulib.git diff --git a/lib/getopt.c b/lib/getopt.c index c66fc8813..08ba35be3 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -78,7 +78,7 @@ #ifndef _ /* This is for other GNU distributions with internationalized messages. */ -# if defined HAVE_LIBINTL_H || defined _LIBC +# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC # include # ifndef _ # define _(msgid) gettext (msgid)