Skip to content

Commit

Permalink
build: Require valadoc-0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Dec 20, 2017
1 parent 6723b34 commit 0e9c975
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 @@ -125,7 +125,7 @@ VALADOC_REQUIRED=0.3.1
have_valadoc=no
if test x$enable_docs = xyes; then
# make sure the library is new enough and the program exists
PKG_CHECK_MODULES([VALADOC], [valadoc-1.0 >= $VALADOC_REQUIRED])
PKG_CHECK_MODULES([VALADOC], [valadoc-0.40 >= $VALADOC_REQUIRED])
AC_PATH_PROG([VALADOC], [valadoc], [:])
AS_IF([test "$VALADOC" != :], have_valadoc=yes)
fi
Expand Down

0 comments on commit 0e9c975

Please sign in to comment.