summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_host/config_liblangtag.h.in2
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/config_host/config_liblangtag.h.in b/config_host/config_liblangtag.h.in
index 40077d99739a..f639fb76c11a 100644
--- a/config_host/config_liblangtag.h.in
+++ b/config_host/config_liblangtag.h.in
@@ -1,6 +1,6 @@
#ifndef CONFIG_LIBLANGTAG_H
#define CONFIG_LIBLANGTAG_H
-#undef LIBLANGTAG_INLINE_FIX
+#define LIBLANGTAG_INLINE_FIX 0
#endif
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 5501376049e3..2ac7ca43fe6c 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -25,7 +25,7 @@
//#define erDEBUG
#if defined(ENABLE_LIBLANGTAG)
-#if defined(LIBLANGTAG_INLINE_FIX)
+#if LIBLANGTAG_INLINE_FIX
#define LT_HAVE_INLINE
#endif
#include <liblangtag/langtag.h>