summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-01-27 10:16:32 +0000
committerJan Rybar <jrybar@redhat.com>2022-01-27 10:16:32 +0000
commita6bedfd09b7bba753de7a107dc471da0db801858 (patch)
treed1575d5344b4fd20bbb24b1d8ad26172e180b415 /configure.ac
parenta2bf5c9c83b6ae46cbd5c779d3055bff81ded683 (diff)
downloadpolkit-a6bedfd09b7bba753de7a107dc471da0db801858.tar.gz
jsauthority: port to mozjs-91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e182238..0280dde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ AS_IF([test x${with_duktape} == xyes], [
AC_SUBST(LIBJS_CFLAGS)
AC_SUBST(LIBJS_LIBS)
], [
- PKG_CHECK_MODULES(LIBJS, [mozjs-78])
+ PKG_CHECK_MODULES(LIBJS, [mozjs-91])
AC_SUBST(LIBJS_CFLAGS)
AC_SUBST(LIBJS_CXXFLAGS)