Skip to content
Commit beb427f4 authored by Simon Kågedal Reimer's avatar Simon Kågedal Reimer Committed by Richard Schwarting
Browse files

configure.ac: Remove unneccessary check for libvaladoc


We only need to check if the valadoc binary is installed.

Signed-off-by: default avatarRichard Schwarting <aquarichy@gmail.com>
parent 1dfc11d4
Branches
Tags
No related merge requests found
......@@ -143,7 +143,6 @@ AM_CONDITIONAL([ENABLE_DOCS], [test x$enable_docs = xyes])
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])
AC_PATH_PROG([VALADOC], [valadoc], [:])
AS_IF([test "$VALADOC" != :], have_valadoc=yes)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment