[glibmm] Bug #606146 - Relax the glib requirement



commit 2c8cb28a6af02a675c8f21cf4c19644068fe22bd
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Tue Jan 5 23:21:17 2010 -0600

    Bug #606146 - Relax the glib requirement
    
    I was accidentally too aggressive with bumping the glib requirement.  This
    resulted in the last release depending on an unreleased version of glib from
    git.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2281d2e..43f3154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.23.2'
+glibreq='2.0 >= 2.23.1'
 GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
 test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"



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