summaryrefslogtreecommitdiff
path: root/libs/pbd/gettext.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-04-18 16:15:12 +0000
committerDavid Robillard <d@drobilla.net>2009-04-18 16:15:12 +0000
commit3ae378a17c21257d7fb15316380898a61fe2cc5d (patch)
tree37034084829b4a558612d0a8c1e276a56c1538a5 /libs/pbd/gettext.h
parent588900a09bd10aaeffb3908ac0602503d60acf0e (diff)
Upgrade to waf 1.5.4.
git-svn-id: svn://localhost/ardour2/branches/3.0@4991 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 339c74ffe7..2645402e95 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. */
-#if ENABLE_NLS
+#ifdef ENABLE_NLS
/* Get declarations of GNU message catalog functions. */
# include <libintl.h>