ecore: enable XIM by default
authorbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Apr 2010 21:02:37 +0000 (21:02 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Apr 2010 21:02:37 +0000 (21:02 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@48008 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 2bc4a2a..743be11 100644 (file)
@@ -275,7 +275,7 @@ AC_ARG_ENABLE(simple-x11,
 
 # XIM
 AC_ARG_ENABLE([xim],
-   [AC_HELP_STRING([--enable-xim], [enable X Input Method.])],
+   [AC_HELP_STRING([--disable-xim], [disable X Input Method.])],
    [
     if test "x${enableval}" = "xyes" ; then
        want_xim="yes"
@@ -283,7 +283,7 @@ AC_ARG_ENABLE([xim],
        want_xim="no"
     fi
    ],
-   [want_xim="no"])
+   [want_xim="yes"])
 
 if test "x${want_xim}" = "xyes" ; then
    AC_DEFINE([ENABLE_XIM], [1], [Enable X Input Method])