Require glib >= 2.38.0 for G_TEST_DIST
This commit is contained in:
parent
6d3e6abf0c
commit
fd7a245d35
|
@ -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, :)
|
||||
|
|
Loading…
Reference in New Issue