diff options
author | Eike Rathke <erack@redhat.com> | 2012-08-11 13:29:50 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-08-11 13:41:27 +0200 |
commit | 4ff9a9958653666fb0b0ff333cac7f8d1b293117 (patch) | |
tree | bc92506a2f19803805d962fc99fa5f19d238122d /i18npool/source | |
parent | d724f64703eaa0b0595fc4983e42875f2b439e88 (diff) |
langtag: use ENABLE_LIBLANGTAG in unit test
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/languagetag/languagetag.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/languagetag/languagetag.cxx b/i18npool/source/languagetag/languagetag.cxx index 68474d8907a6..9eae6eab58ac 100644 --- a/i18npool/source/languagetag/languagetag.cxx +++ b/i18npool/source/languagetag/languagetag.cxx @@ -15,7 +15,7 @@ //#define erDEBUG -#ifdef ENABLE_LIBLANGTAG +#if defined(ENABLE_LIBLANGTAG) #include <liblangtag/langtag.h> #else /* Replacement code for LGPL phobic and Android systems. |