From a3cb284c5385f28dc2a54415f67a7f016ac367db Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 25 Apr 2024 15:18:41 +0200 Subject: [PATCH] build: Drop obsolete references to xsltproc --- configure.ac | 3 --- 1 file changed, 3 deletions(-) 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]) -- 2.47.2