Skip to content

Commit

Permalink
build: vala: Bump vapigen required version to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Persch committed Apr 26, 2017
1 parent 1ae3ae3 commit c153782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ if test -z "$enable_vala"; then
fi

m4_ifdef([VAPIGEN_CHECK],
[VAPIGEN_CHECK([0.18])],
[VAPIGEN_CHECK([0.24])],
[if test "$enable_vala" = "yes"; then
AC_MSG_ERROR([[Vala requested but M4 macros not installed. Try --disable-vala]])
fi
Expand Down

0 comments on commit c153782

Please sign in to comment.