diff --git a/configure.ac b/configure.ac index 1a855b2aafc7a9005295484c1b8ed06b0289e353..20e4dd73eb0a629c27f2b1cd6d21fac180f5616d 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