From: Rico Tzschichholz Date: Thu, 25 Apr 2024 13:18:41 +0000 (+0200) Subject: build: Drop obsolete references to xsltproc X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3cb284c5385f28dc2a54415f67a7f016ac367db;p=thirdparty%2Fvala.git build: Drop obsolete references to xsltproc --- diff --git a/configure.ac b/configure.ac index 92afea2c8..b9437250b 100644 --- a/configure.ac +++ b/configure.ac @@ -259,9 +259,6 @@ AM_CONDITIONAL(HAVE_G_IR_COMPILER, test "$G_IR_COMPILER" != :) AC_PATH_PROG([JING], [jing], :) AM_CONDITIONAL(HAVE_JING, test "$JING" != :) -AC_PATH_PROG([XSLTPROC], [xsltproc], :) -AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != :) - AC_CHECK_PROGS([SPHINXBUILD], [sphinx-build sphinx-build3 sphinx-build2], [no]) AM_CONDITIONAL(HAVE_SPHINXBUILD, [test "x$SPHINXBUILD" != xno])