X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=getopt.c;h=ed32692933154798d27e483796a7bbef4d29208d;hb=c9eb602f6f5c10a521e7274640033f6a35deca1d;hp=eeaf37822e0299aca1d12cbf376b5e746544e3b3;hpb=302189d124ed5849c2589ea92e912eb24fdc4ab3;p=gzip 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)