1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

build-sys: Update Vala configure check

This commit is contained in:
Robert Gerus 2010-05-15 13:11:53 +02:00 committed by Lennart Poettering
parent 9ef5867847
commit e12891f70c

View File

@ -132,7 +132,7 @@ PKG_CHECK_MODULES( CGROUP, [ libcgroup >= 0.35 ], [], [
AC_SUBST(CGROUP_CFLAGS)
AC_SUBST(CGROUP_LIBS)
AM_PROG_VALAC([0.7])
AM_PROG_VALAC([0.8])
AC_SUBST(VAPIDIR)
AC_PATH_PROG([XSLTPROC], [xsltproc])