summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-03-29 19:52:50 +0200
committerDavid Tardon <dtardon@redhat.com>2015-03-29 20:11:36 +0200
commitc75a575752dd53d4333dd8b937de774a85d00806 (patch)
tree766ef0ba06545417e9ff39110f1ac66dfdc7e078 /i18nlangtag
parent591a22f41f26335076ef7c53b3d51ecf5b57158b (diff)
WaE: macro "LT_HAVE_INLINE" is not used
Change-Id: I375449ac3068927f525881b0022721130c9c63d6
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index d3461486d9c9..5501376049e3 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -8,6 +8,7 @@
*/
#include <config_folders.h>
+#include <config_liblangtag.h>
#include "i18nlangtag/languagetag.hxx"
#include "i18nlangtag/applelangid.hxx"
@@ -24,10 +25,9 @@
//#define erDEBUG
#if defined(ENABLE_LIBLANGTAG)
+#if defined(LIBLANGTAG_INLINE_FIX)
#define LT_HAVE_INLINE
- // TODO: remove above line again for liblangtag >= 0.5.5, cf.
- // <https://bitbucket.org/tagoh/liblangtag/commits/9324836a0d1c> "Fix a
- // build issue with inline keyword"
+#endif
#include <liblangtag/langtag.h>
#else
/* Replacement code for LGPL phobic and Android systems.