diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2016-09-27 17:56:35 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2016-09-27 17:56:35 +0200 |
commit | fd7a245d3525905ffbce57472b52900fcb0e330b (patch) | |
tree | 0fd1520daea515f599df7c17e4a2cc01ac97ba62 | |
parent | 6d3e6abf0c6ad55dabae96c76b4da9ab14bf16ef (diff) |
Require glib >= 2.38.0 for G_TEST_DIST
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 57e9e6db..4c3d402d 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ AC_ARG_WITH(glib, [Use glib @<:@default=auto@:>@])],, [with_glib=auto]) have_glib=false -GLIB_DEPS="glib-2.0 >= 2.16" +GLIB_DEPS="glib-2.0 >= 2.38" AC_SUBST(GLIB_DEPS) if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then PKG_CHECK_MODULES(GLIB, $GLIB_DEPS, have_glib=true, :) |