[glom] Require the appropriate gtksourceviewmm version.



commit 4dee0aad5e7e69563005a22ea4061e7c6966d529
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Jan 15 15:15:26 2011 +0100

    Require the appropriate gtksourceviewmm version.
    
    * configure.ac: Use the latest gtksourceviewmm release. Older versions would
    not build with the newer versions of gtkmm 3, so this is a hint.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 845f561..2495cc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-15  Murray Cumming  <murrayc murrayc com>
+
+	Require the appropriate gtksourceviewmm version.
+
+	* configure.ac: Use the latest gtksourceviewmm release. Older versions would 
+	not build with the newer versions of gtkmm 3, so this is a hint.
+
 2011-01-13  Murray Cumming  <murrayc murrayc com>
 
 	Require the appropriate goocanvasmm version.
diff --git a/configure.ac b/configure.ac
index 93cb854..e62e809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,7 +171,7 @@ AS_IF([test "x$glom_enable_client_only" != xyes && test "x$glom_host_win32" != x
 
 # Do not require gtksourceviewmm in client only mode
 AS_IF([test "x$glom_enable_client_only" != xyes],
-      [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 2.91.1"])
+      [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS gtksourceviewmm-3.0 >= 2.91.4"])
 
 AS_IF([test "x$glom_enable_sqlite" = xyes],
       [REQUIRED_GLOM_LIBS="$REQUIRED_GLOM_LIBS libgda-sqlite-4.0"])



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