Explorar el Código

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).


svn path=/trunk/mono/; revision=132384
Jeffrey Stedfast hace 16 años
padre
commit
87f46ffb33
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. 7 0
      ChangeLog
  2. 1 1
      configure.in

+ 7 - 0
ChangeLog

@@ -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

+ 1 - 1
configure.in

@@ -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)