ecore_imf: better to check whether the module is compiled
authorBoris Faure <billiob@gmail.com>
Wed, 10 Apr 2019 20:44:14 +0000 (22:44 +0200)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 17 Apr 2019 01:03:28 +0000 (10:03 +0900)
src/lib/ecore_imf/ecore_imf_module.c

index 6232f85..0c6cee3 100644 (file)
@@ -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