summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-01-20 23:08:01 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-01-20 23:15:42 +0100
commit7a9992235ad3f4fdaa8f8e1cbdc358a8989a1af1 (patch)
tree36f789cd6c78c1e68528df92448fc2fdfb7a611a
parent3700b5396f0b5995d6911037f91863f7b0aa0cb4 (diff)
downloadcaribou-7a9992235ad3f4fdaa8f8e1cbdc358a8989a1af1.tar.gz
No need to check valadoc version
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 539e451..52dea73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,6 @@ PYGOBJECT_REQUIRED=2.90.3
GTK_REQUIRED=3.0.0
CLUTTER_REQUIRED=1.5.11
GDK_REQUIRED=3.0.0
-VALADOC_REQUIRED=0.3.1
PKG_CHECK_MODULES(CARIBOU, [
pygobject-3.0 >= $PYGOBJECT_REQUIRED,
@@ -137,8 +136,6 @@ AM_CONDITIONAL([ENABLE_DOCS], [test x$enable_docs = xyes])
have_valadoc=no
AS_IF([test x$enable_docs = xyes], [
- # 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)
])