aboutsummaryrefslogtreecommitdiffstats
path: root/include/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i18n.h')
-rw-r--r--include/i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i18n.h b/include/i18n.h
index d43c078a6..4a0f1ac78 100644
--- a/include/i18n.h
+++ b/include/i18n.h
@@ -25,7 +25,7 @@
#include <locale.h> /* suggested by Ernst Molitor */
#endif
-#ifdef HAVE_LIBINTL
+#ifdef ENABLE_NLS
#include <libintl.h>
#define _(a) gettext (a)
#ifdef gettext_noop