18 Feb
2012
18 Feb
'12
12:21 a.m.
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
or the line setting G_DISABLE_SINGLE_INCLUDES can be removed altogether from the stable branch. Which is preferable?
Regards, Krzysztof