summaryrefslogtreecommitdiff
path: root/libs/pbd/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/gettext.h')
-rw-r--r--libs/pbd/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/gettext.h b/libs/pbd/gettext.h
index 2645402e95..339c74ffe7 100644
--- a/libs/pbd/gettext.h
+++ b/libs/pbd/gettext.h
@@ -20,7 +20,7 @@
#define _LIBGETTEXT_H 1
/* NLS can be disabled through the configure --disable-nls option. */
-#ifdef ENABLE_NLS
+#if ENABLE_NLS
/* Get declarations of GNU message catalog functions. */
# include <libintl.h>