X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=getopt.c;h=ed32692933154798d27e483796a7bbef4d29208d;hb=refs%2Ftags%2Fupstream%2F1.3.5;hp=eeaf37822e0299aca1d12cbf376b5e746544e3b3;hpb=302189d124ed5849c2589ea92e912eb24fdc4ab3;p=debian%2Fgzip diff --git a/getopt.c b/getopt.c index eeaf378..ed32692 100644 --- a/getopt.c +++ b/getopt.c @@ -77,7 +77,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)