X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=getopt.c;h=ed32692933154798d27e483796a7bbef4d29208d;hb=db00b4e39677b0dbf3ea6f7694e0eac7be4ef141;hp=eeaf37822e0299aca1d12cbf376b5e746544e3b3;hpb=bef5279812845d49f988580e076c0ca597078dfd;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)