efl: fix bug ecore imf module wasn't loaded

SVN revision: 82377
This commit is contained in:
Jihoon Kim 2013-01-08 02:28:48 +00:00
parent ae34a24a14
commit 240c0637fb
1 changed files with 5 additions and 2 deletions

View File

@ -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:"