evolution-data-server r8624 - branches/gnome-2-22



Author: mbarnes
Date: Mon Apr  7 12:36:42 2008
New Revision: 8624
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8624&view=rev

Log:
2008-04-07  Matthew Barnes  <mbarnes redhat com>

	* configure.in: Enforce the minimum GLib version (#525242).



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/configure.in

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Mon Apr  7 12:36:42 2008
@@ -208,7 +208,8 @@
 
 # Check for base dependencies early.
 PKG_CHECK_MODULES(GNOME_PLATFORM,
-        [gtk+-2.0 >= gtk_minimum_version
+        [glib-2.0 >= glib_minimum_version
+         gtk+-2.0 >= gtk_minimum_version
          ORBit-2.0 >= ORBit_minimum_version
          gnome-vfs-2.0 >= gnome_vfs_minimum_version
          libbonobo-2.0 >= libbonobo_minimum_version



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