summaryrefslogtreecommitdiff
path: root/include/gettext.h
diff options
context:
space:
mode:
authorpixel <pixel>2004-03-01 07:41:47 +0000
committerpixel <pixel>2004-03-01 07:41:47 +0000
commit2a7ee340df72d9e357a94d3ecf671a62d5956a92 (patch)
treeb0d03061764fadf303af790d0e68f79cd6df2032 /include/gettext.h
parentb4348d5503e3718bbb6d1a3b7109f049908d5625 (diff)
Apple fixes...
Diffstat (limited to 'include/gettext.h')
-rw-r--r--include/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gettext.h b/include/gettext.h
index bb3158f..de7395c 100644
--- a/include/gettext.h
+++ b/include/gettext.h
@@ -20,7 +20,7 @@
#define _LIBGETTEXT_H 1
/* NLS can be disabled through the configure --disable-nls option. */
-#if ENABLE_NLS
+#if ENABLE_NLS && defined HAVE_LIBINTL_H
/* Get declarations of GNU message catalog functions. */
# include <libintl.h>