From beb427f4171c1638529f5ee5d844ad3c288df39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=A5gedal=20Reimer?= Date: Tue, 27 Aug 2013 20:45:30 +0200 Subject: [PATCH] configure.ac: Remove unneccessary check for libvaladoc We only need to check if the valadoc binary is installed. Signed-off-by: Richard Schwarting --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a855b2a..20e4dd73 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- GitLab