summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2021-09-19 06:45:24 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2021-09-19 07:05:00 -0400
commit6c1784b3b0d5891375da9eb241e26250c6a32c27 (patch)
tree639163692cd8b9bac3ded02b790a9585e6e85918
parent50be94ab1156d71622df485f308c477863fcd7b6 (diff)
downloadyelp-6c1784b3b0d5891375da9eb241e26250c6a32c27.tar.gz
configure.ac: Require yelp-xsl 41
Closes: https://gitlab.gnome.org/GNOME/yelp/-/issues/183
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c122963..01bc6098 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ PKG_CHECK_MODULES(YELP,
libexslt >= 0.8.1
sqlite3
$webkitdep
- yelp-xsl >= 40.0
+ yelp-xsl >= 41.0
])
AC_SUBST([YELP_CFLAGS])
AC_SUBST([YELP_LIBS])