gmime r1432 - trunk



Author: fejj
Date: Sun Sep  7 16:08:00 2008
New Revision: 1432
URL: http://svn.gnome.org/viewvc/gmime?rev=1432&view=rev

Log:
require >= glib-2.12

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Sep  7 16:08:00 2008
@@ -146,8 +146,8 @@
   AC_DEFINE(ENABLE_WARNINGS, 1, [Define if GMime should enable warning output.])
 fi
 
-dnl We need at *least* glib 2.0.0
-AM_PATH_GLIB_2_0(2.0.0, ,
+dnl We need at *least* glib 2.12.0 for g_hash_table_remove_all()
+AM_PATH_GLIB_2_0(2.12.0, ,
 		 AC_MSG_ERROR(Cannot find GLIB: Is pkg-config in your path?),
 		 gobject gmodule gthread)
 



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