From 4ff9a9958653666fb0b0ff333cac7f8d1b293117 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 11 Aug 2012 13:29:50 +0200 Subject: langtag: use ENABLE_LIBLANGTAG in unit test --- i18npool/source/languagetag/languagetag.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source') 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 #else /* Replacement code for LGPL phobic and Android systems. -- cgit