libsoup r1049 - trunk



Author: danw
Date: Fri Jan 18 14:55:31 2008
New Revision: 1049
URL: http://svn.gnome.org/viewvc/libsoup?rev=1049&view=rev

Log:
	* configure.in: require glib 2.15.3, not 2.15.0, since
	AM_PATH_GLIB_2_0 didn't know about gio until post-2.15.2. Pointed
	out by Matthew Barnes, #510216.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jan 18 14:55:31 2008
@@ -73,9 +73,9 @@
 dnl *** Checks for glib ***
 dnl ***********************
 
-AM_PATH_GLIB_2_0(2.15.0,,,gobject gthread gio)
+AM_PATH_GLIB_2_0(2.15.3,,,gobject gthread gio)
 if test "$GLIB_LIBS" = ""; then
-   AC_MSG_ERROR(GLIB 2.15.0 or later is required to build libsoup)
+   AC_MSG_ERROR(GLIB 2.15.3 or later is required to build libsoup)
 fi
 
 PKG_CHECK_MODULES(XML, libxml-2.0)



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