summaryrefslogtreecommitdiff
path: root/i18nlangtag/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-14 10:14:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-14 10:14:18 +0200
commit2c975878ff82eb911e488359f7f3fdb7ec104584 (patch)
treeee78a4aff47a2343376da7bb2f977420e639a0a5 /i18nlangtag/source
parent068c04fb06806a9345c0059545d19a416d7e60b7 (diff)
Pass ENABLE_LIBLANGTAG into code via config_liblangtag.h
...so changes to ENABLE_LIBLANGTAG during configure cause proper recompilation of source code Change-Id: I282623c885b83e3bf7d94f6f364c5031c012f058
Diffstat (limited to 'i18nlangtag/source')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index de31afeb84db..0262a3670402 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -24,7 +24,7 @@
//#define erDEBUG
-#if defined(ENABLE_LIBLANGTAG)
+#if ENABLE_LIBLANGTAG
#if LIBLANGTAG_INLINE_FIX
#define LT_HAVE_INLINE
#endif