summaryrefslogtreecommitdiff
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 10:49:12 -0400
commit188b1da7b4132c103cc630bf4ade77a735fbccda (patch)
treee7666d2e4d025fcab7fdd52722631ff813b28cdb
parent4fea8580c3011740f864e82c21e2cec02e95c8fc (diff)
downloadpolkit-188b1da7b4132c103cc630bf4ade77a735fbccda.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
-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)