grim/gplate

require glib 2.16 for the testing stuff

2009-11-13, Gary Kramlich
b4ebcc4c70f7
Parents b2a74ff3c13a
Children 2eb5fa071fb6
require glib 2.16 for the testing stuff
  • +2 -2
    configure.ac
  • --- a/configure.ac Fri Nov 13 17:08:39 2009 -0600
    +++ b/configure.ac Fri Nov 13 18:36:36 2009 -0600
    @@ -156,7 +156,7 @@
    dnl #######################################################################
    dnl # check for glib and other glib dependencies
    dnl #######################################################################
    -PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0 gobject-2.0 >= 2.14.0])
    +PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16.0 gobject-2.0 >= 2.16.0])
    AC_SUBST(GLIB_CFLAGS)
    AC_SUBST(GLIB_LIBS)
    @@ -199,8 +199,8 @@
    fi
    cat << EOF
    +
    Debugging enabled: $enable_debug
    -
    Build documentation: $enable_gtk_doc
    prefix: ${prefix}