summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-08-27 16:01:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-08-27 16:09:05 -0400
commitdec77c3a7ada377252923e360d0061b91c821f48 (patch)
tree90554c74c44b6738a608e2fec3203babff6b102d
parent95ae7b7c1e7a0f49893785998fbfa38aa98835f3 (diff)
downloadgtk+-dec77c3a7ada377252923e360d0061b91c821f48.tar.gz
meson: Make sure ENABLE_NLS is actually defined
Despite the comment, we ended up without ENABLE_NLS.
-rw-r--r--config.h.meson2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.meson b/config.h.meson
index b1f286b9b5..09ab069f20 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -1,7 +1,7 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* always defined to indicate that i18n is enabled */
-#mesondefine ENABLE_NLS
+#define ENABLE_NLS 1
/* The prefix for our gettext translation domains. */
#mesondefine GETTEXT_PACKAGE