[Gpa-commits] r917 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 4 19:44:37 CET 2008
Author: marcus
Date: 2008-12-04 19:44:36 +0100 (Thu, 04 Dec 2008)
New Revision: 917
Modified:
trunk/ChangeLog
trunk/configure.ac
Log:
2008-12-04 Marcus Brinkmann <marcus at g10code.com>
* configure.ac: Require gtk 2.8.0.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-12-04 18:43:43 UTC (rev 916)
+++ trunk/ChangeLog 2008-12-04 18:44:36 UTC (rev 917)
@@ -1,5 +1,7 @@
2008-12-04 Marcus Brinkmann <marcus at g10code.com>
+ * configure.ac: Require gtk 2.8.0.
+
* configure.ac (GPA_LOCALEDIR): Fix definition.
(gpadefs.h): Remove DATADIRNAME, add localedir.
Submitted by gozer at progrock.com.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-12-04 18:43:43 UTC (rev 916)
+++ trunk/configure.ac 2008-12-04 18:44:36 UTC (rev 917)
@@ -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.2.0,, AC_MSG_ERROR(Cannot find GTK+ 2.0))
+AM_PATH_GTK_2_0(2.8.0,, AC_MSG_ERROR(Cannot find GTK+ 2.0))
#
More information about the Gpa-commits
mailing list