libsoup r1044 - trunk



Author: danw
Date: Wed Jan 16 19:16:51 2008
New Revision: 1044
URL: http://svn.gnome.org/viewvc/libsoup?rev=1044&view=rev

Log:
	* configure.in: Bomb out if glib 2.15.0 isn't found.
	(AM_PATH_GLIB_2_0 doesn't do this itself.)


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Jan 16 19:16:51 2008
@@ -74,6 +74,9 @@
 dnl ***********************
 
 AM_PATH_GLIB_2_0(2.15.0,,,gobject gthread gio)
+if test "$GLIB_LIBS" = ""; then
+   AC_MSG_ERROR(GLIB 2.15.0 or later is required to build libsoup)
+fi
 
 PKG_CHECK_MODULES(XML, libxml-2.0)
 AC_SUBST(XML_CFLAGS)



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