From: Boris Faure Date: Wed, 10 Apr 2019 20:44:14 +0000 (+0200) Subject: ecore_imf: better to check whether the module is compiled X-Git-Tag: accepted/tizen/unified/20190419.020103~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b511072e184bd7587158e03dad9c04599ccf367;p=platform%2Fupstream%2Fefl.git ecore_imf: better to check whether the module is compiled --- diff --git a/src/lib/ecore_imf/ecore_imf_module.c b/src/lib/ecore_imf/ecore_imf_module.c index 6232f85..0c6cee3 100644 --- a/src/lib/ecore_imf/ecore_imf_module.c +++ b/src/lib/ecore_imf/ecore_imf_module.c @@ -33,7 +33,7 @@ void ecore_imf_module_init(void) { const char *built_modules[] = { -#ifdef ENABLE_XIM +#ifdef BUILD_ECORE_IMF_XIM "xim", #endif #ifdef BUILD_ECORE_IMF_IBUS