Mercurial > hg > xemacs-beta
diff lib-src/getopt.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 376386a54a3c |
children | 43dd3413c7c7 |
line wrap: on
line diff
--- a/lib-src/getopt.c Mon Aug 13 09:00:04 2007 +0200 +++ b/lib-src/getopt.c Mon Aug 13 09:02:59 2007 +0200 @@ -74,7 +74,7 @@ /* This is for other GNU distributions with internationalized messages. The GNU C Library itself does not yet support such messages. */ -#if defined (HAVE_LIBINTL_H) +#if defined (I18N3) && defined (HAVE_LIBINTL_H) # include <libintl.h> #else # define gettext(msgid) (msgid)