summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2018-02-08 17:47:37 -0800
committerManoj Srivastava <srivasta@debian.org>2018-02-08 17:47:37 -0800
commit04687c439c4e99abd0bc29506ceaa293a6330d9c (patch)
tree6499a0ecf7c445b8634fe436a0b04af4296bdce5 /src/gettext.h
parent7a39ce3d46f3d049ead08a455c5fcb1b37e153e3 (diff)
parentff7bc8af4680a6b16b07f8ddae8b5c64ad009de1 (diff)
Update to a new upstream commit for some bug fixes.
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.h b/src/gettext.h
index ea67f30..3f62961 100644
--- a/src/gettext.h
+++ b/src/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>