# HG changeset patch # User Richard M. Stallman # Date 1039102209 0 # Node ID 1bcc16abed79d51d084e4e1cfda5e65bf525f34a # Parent d66d3c9a5ee2c0d28a33a366de6b963482a9fc94 Comment out include of libintl.h or gettext.h. diff -r d66d3c9a5ee2 -r 1bcc16abed79 lib-src/getopt.c --- a/lib-src/getopt.c Thu Dec 05 15:29:16 2002 +0000 +++ b/lib-src/getopt.c Thu Dec 05 15:30:09 2002 +0000 @@ -75,12 +75,14 @@ # endif #endif +#if 0 #ifdef _LIBC # include #else /* This is for other GNU distributions with internationalized messages. */ # include "gettext.h" #endif +#endif #define _(msgid) gettext (msgid) #if defined _LIBC && defined USE_IN_LIBIO