[uim-commit] r610 - trunk

ekato at freedesktop.org ekato at freedesktop.org
Tue Feb 8 01:33:49 PST 2005


Author: ekato
Date: 2005-02-08 01:33:46 -0800 (Tue, 08 Feb 2005)
New Revision: 610

Modified:
   trunk/configure.ac
Log:
* configure.ac : Fix typo.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-08 09:30:41 UTC (rev 609)
+++ trunk/configure.ac	2005-02-08 09:33:46 UTC (rev 610)
@@ -128,7 +128,7 @@
 	if test "x$with_prime" = "xyes"; then
 	        PKG_CHECK_MODULES(PRIME, prime >= 0.8.5.2, use_prime="yes",use_prime="no")
 	else
-		use_canna="no"
+		use_prime="no"
 	fi
 	],[
 	        PKG_CHECK_MODULES(PRIME, prime >= 0.8.5.2, use_prime="yes",use_prime="no")



More information about the Uim-commit mailing list