summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-03-22 12:59:46 -0400
committerRay Strode <rstrode@redhat.com>2018-04-03 14:16:21 -0400
commit81b92d6c36a086fb370b69440b0a05dfbfa23085 (patch)
treee7666d2e4d025fcab7fdd52722631ff813b28cdb /configure.ac
parent105abaa563eed4d8b78869d5ad17937338d0f0e5 (diff)
downloadpolkit-81b92d6c36a086fb370b69440b0a05dfbfa23085.tar.gz
configure: bump mozjs requirement to 52
This is going to briefly break the build. Signed-off-by: Ray Strode <rstrode@redhat.com> https://bugs.freedesktop.org/show_bug.cgi?id=105865
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 8112171..130a482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ PKG_CHECK_MODULES(GLIB, [gmodule-2.0 gio-unix-2.0 >= 2.30.0])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
-PKG_CHECK_MODULES(LIBJS, [mozjs-24])
+PKG_CHECK_MODULES(LIBJS, [mozjs-52])
AC_SUBST(LIBJS_CFLAGS)
AC_SUBST(LIBJS_CXXFLAGS)