* configure.in: Check for a stable version of glib-2.0 as opposed to an unstable development version (we don't want people unfamiliar with glib versioning to install an unstable development version of glib). svn path=/trunk/mono/; revision=132384
@@ -1,3 +1,10 @@
+2009-04-22 Jeffrey Stedfast <[email protected]>
+
+ * configure.in: Check for a stable version of glib-2.0 as opposed
+ to an unstable development version (we don't want people
+ unfamiliar with glib versioning to install an unstable development
+ version of glib).
2009-04-13 Zoltan Varga <[email protected]>
* configure.in: Quiet 'copying selected object files' messages from
@@ -475,7 +475,7 @@ system)
fi
## Versions of dependencies
- GLIB_REQUIRED_VERSION=1.3.11
+ GLIB_REQUIRED_VERSION=2.4.0
PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 >= $GLIB_REQUIRED_VERSION)