From 2c975878ff82eb911e488359f7f3fdb7ec104584 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 14 Oct 2015 10:14:18 +0200 Subject: 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 --- i18nlangtag/source/languagetag/languagetag.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18nlangtag/source') 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 -- cgit