gnome-menus r832 - trunk



Author: vuntz
Date: Sun Jan 20 16:02:32 2008
New Revision: 832
URL: http://svn.gnome.org/viewvc/gnome-menus?rev=832&view=rev

Log:
2008-01-20  Vincent Untz  <vuntz gnome org>

	* configure.in: test for gio 2.15.2
	Fix bug #509826. Thanks to Saleem Abdulrasool <compnerd compnerd org>


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jan 20 16:02:32 2008
@@ -48,7 +48,7 @@
 
 used_monitor_backend=
 if test "x$with_monitor_backend" = "xgio" -o "x$with_monitor_backend" = "xauto"; then
-  PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.1, have_gio=yes, have_gio=no)
+  PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.2, have_gio=yes, have_gio=no)
 	
   if test "x$with_monitor_backend" = "gio" -a "x$have_gio" = "xno"; then
     AC_MSG_ERROR([No GIO found -- cannot enable GIO support])



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