1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

vala 0.10 seem to work fine

This commit is contained in:
Kay Sievers 2011-01-21 18:22:54 +01:00
parent 63c862b051
commit db040a61c5

View File

@ -263,7 +263,7 @@ if test "$have_gtk" = "yes"; then
fi fi
AM_CONDITIONAL(LIBNOTIFY07, [ test "$libnotify07" = "yes" ]) AM_CONDITIONAL(LIBNOTIFY07, [ test "$libnotify07" = "yes" ])
AM_PROG_VALAC([0.11]) AM_PROG_VALAC([0.10])
AC_SUBST(VAPIDIR) AC_SUBST(VAPIDIR)
AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x) AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x)