]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
build: Drop obsolete references to xsltproc
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 25 Apr 2024 13:18:41 +0000 (15:18 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 25 Apr 2024 13:18:41 +0000 (15:18 +0200)
configure.ac

index 92afea2c84938b36cff7b8f5c26b250d87ab3558..b9437250b374371005dd7520c9791f70d2363d0a 100644 (file)
@@ -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])