[uim-commit] r723 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Fri Feb 25 11:05:33 PST 2005


Author: tkng
Date: 2005-02-25 11:05:29 -0800 (Fri, 25 Feb 2005)
New Revision: 723

Modified:
   trunk/configure.ac
Log:
* configure.ac: m17n-core is not sufficient for uim. uim requires
   m17n-shell.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-25 18:13:38 UTC (rev 722)
+++ trunk/configure.ac	2005-02-25 19:05:29 UTC (rev 723)
@@ -44,11 +44,11 @@
                  [Don't build against m17nlib]),
   [
   if test "x$with_m17nlib" = "xyes"; then
-    PKG_CHECK_MODULES(M17NLIB, m17n-core >= 1.2.0, use_m17nlib="yes",use_m17nlib="no")
+    PKG_CHECK_MODULES(M17NLIB, m17n-shell >= 1.2.0, use_m17nlib="yes",use_m17nlib="no")
   fi
   ],
   [
-    PKG_CHECK_MODULES(M17NLIB, m17n-core >= 1.2.0, use_m17nlib="yes",use_m17nlib="no")
+    PKG_CHECK_MODULES(M17NLIB, m17n-shell >= 1.2.0, use_m17nlib="yes",use_m17nlib="no")
 ])
 
 AC_SUBST(M17NLIB_LIBS)



More information about the Uim-commit mailing list