[Gpa-commits] r919 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Dec 10 19:22:35 CET 2008


Author: marcus
Date: 2008-12-10 19:22:34 +0100 (Wed, 10 Dec 2008)
New Revision: 919

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2008-12-10  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac: Require gtk 2.10.0.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-10 15:40:27 UTC (rev 918)
+++ trunk/ChangeLog	2008-12-10 18:22:34 UTC (rev 919)
@@ -1,3 +1,7 @@
+2008-12-10  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac: Require gtk 2.10.0.
+
 2008-12-04  Marcus Brinkmann  <marcus at g10code.com>
 
 	* configure.ac: Require gtk 2.8.0.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-12-10 15:40:27 UTC (rev 918)
+++ trunk/configure.ac	2008-12-10 18:22:34 UTC (rev 919)
@@ -192,7 +192,7 @@
 	    AC_MSG_ERROR(Cannot find a getopt_long function))))
 
 dnl Where is the GTK+ toolkit
-AM_PATH_GTK_2_0(2.8.0,, AC_MSG_ERROR(Cannot find GTK+ 2.0))
+AM_PATH_GTK_2_0(2.10.0,, AC_MSG_ERROR(Cannot find GTK+ 2.0))
 
 
 #



More information about the Gpa-commits mailing list