[gnome-applets/wip/muktupavels/cleanup: 11/17] build: remove unused XSLTPROC



commit 64227de5c7fbfa3971c907dda3e3f2253e04c058
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Mar 24 17:05:01 2020 +0200

    build: remove unused XSLTPROC

 .gitlab-ci.yml | 2 --
 configure.ac   | 6 ------
 2 files changed, 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6321f08f..fe91cbb16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,6 @@ build-ubuntu:
                       libwnck-3-dev
                       libx11-dev
                       libxml2-dev
-                      xsltproc
                       yelp-tools
   script:
     - ./autogen.sh --disable-Werror
@@ -86,7 +85,6 @@ coverity:
                       libwnck-3-dev
                       libx11-dev
                       libxml2-dev
-                      xsltproc
                       yelp-tools
   script:
     - curl https://scan.coverity.com/download/linux64
diff --git a/configure.ac b/configure.ac
index 9acd5b7c4..60bb5bb94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,12 +217,6 @@ if test x"$GDK_PIXBUF_CSOURCE" = xno; then
 fi
 AC_SUBST(GDK_PIXBUF_CSOURCE)
 
-dnl -- xsltproc ---------------------------------------------------------------
-AC_PATH_PROG(XSLTPROC, xsltproc, no)
-if test x"$XSLTPROC" = xno; then
-  AC_MSG_ERROR([xsltproc executable not found in your path - should be installed with libxslt])
-fi
-
 dnl ***************************************************************************
 dnl *** Set up gettext                                                      ***
 dnl ***************************************************************************


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