]> git.cworth.org Git - gzip/blobdiff - getopt.c
Imported Debian patch 1.3.5-10
[gzip] / getopt.c
index eeaf37822e0299aca1d12cbf376b5e746544e3b3..ed32692933154798d27e483796a7bbef4d29208d 100644 (file)
--- 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 <libintl.h>
 #  ifndef _
 #   define _(msgid)    gettext (msgid)