From 240c0637fba595711b3ce558dcbc8af10ad6fdd0 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 8 Jan 2013 02:28:48 +0000 Subject: [PATCH] efl: fix bug ecore imf module wasn't loaded SVN revision: 82377 --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 018042131c..63cf97c39b 100644 --- a/configure.ac +++ b/configure.ac @@ -2804,6 +2804,10 @@ EFL_PLATFORM_DEPEND([ECORE_IMF], [escape]) EFL_INTERNAL_DEPEND_PKG([ECORE_IMF], [ecore]) EFL_INTERNAL_DEPEND_PKG([ECORE_IMF], [eina]) +if test "x${want_ecore_imf}" = "xyes" ; then + AC_DEFINE([HAVE_ECORE_IMF], [1], [Ecore IMF Support]) +fi + ## modules # ibus @@ -3610,11 +3614,10 @@ echo "Ecore_File:" echo " CURL.......................: $have_curl" echo -echo "Ecore_IMF....................: $have_ecore_imf" +echo "Ecore_IMF....................: $want_ecore_imf" echo " XIM........................: $have_ecore_imf_xim" echo " SCIM.......................: $have_ecore_imf_scim" echo " IBUS.......................: $have_ecore_imf_ibus" -echo "Ecore_IMF_Evas...............: $have_ecore_imf_evas" echo echo "Ecore Graphic systems:"