gnome-games r8507 - trunk



Author: chpe
Date: Tue Jan  6 18:20:46 2009
New Revision: 8507
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8507&view=rev

Log:
Remove clutter 0.9 checks; it's just not worth the trouble

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan  6 18:20:46 2009
@@ -540,7 +540,7 @@
 if test "$enable_clutter" = "yes"; then
   CLUTTER_API_VERSION=
   AC_MSG_CHECKING([for clutter API version])
-  for API_VERSION in 1.0 0.9 0.8; do
+  for API_VERSION in 0.8; do
     PKG_CHECK_EXISTS([clutter-$API_VERSION clutter-cairo-$API_VERSION],
       [CLUTTER_API_VERSION=$API_VERSION; break],[])
   done



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]