On Feb 17, 2012 4:21 PM, "Krzysztof Kosiński" <tweenk.pl@...400...> wrote:
>
> > It also suffers from not being able to build on win32. We could put
> > out a 0.48.3.1 with fixes for both issues if someone can figure out
> > the Autoconf-fu.
>
> We could use this:
>
>  PKG_CHECK_MODULES(NEW_GLIBMM, glibmm-2.4 >= 2.28, new_glibmm=yes,
> new_glibmm=no)
>  if test "x$new_glibmm" = "xyes"; then
>    CPPFLAGS="-DG_DISABLE_SINGLE_INCLUDES $CPPFLAGS"
>  fi

If you could commit this to trunk and us have a few people test, if all is happy then I'd say backporting would be the better of the two options.

Cheers,
Josh