[folks] build: Drop check for libvaladoc



commit 248da016ae25834f1745880c2278a428876cbebe
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Sep 27 13:05:49 2017 +0100

    build: Drop check for libvaladoc
    
    We don’t use the library, we just use the valadoc binary, so there’s no
    point in checking for the library. It means our build keeps breaking
    whenever libvaladoc changes the naming of its .pc file (which happens
    once each stable release cycle).
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 configure.ac |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0debf38..f091fbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,7 +260,6 @@ AM_CONDITIONAL([ENABLE_LIBSOCIALWEB],
 
 GLIB_REQUIRED=2.40.0
 VALA_REQUIRED=0.22.0.28-9090
-VALADOC_REQUIRED=0.3.1
 TRACKER_SPARQL_REQUIRED=0.15.2
 EBOOK_REQUIRED=3.13.90
 EDATASERVER_REQUIRED=3.13.90
@@ -582,11 +581,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
-  # Valadoc changed its pkg-config name when it was merged into libvala.
-  PKG_CHECK_MODULES([VALADOC],[valadoc-0.38 >= $VALADOC_REQUIRED],,[
-    PKG_CHECK_MODULES([VALADOC],[valadoc-1.0 >= $VALADOC_REQUIRED])
-  ])
   AC_PATH_PROG([VALADOC], [valadoc], [:])
   AS_IF([test "$VALADOC" != :], have_valadoc=yes)
 ])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]