diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2996c03a..ec5e1649 100644 --- a/configure.ac +++ b/configure.ac @@ -94,9 +94,6 @@ AC_CHECK_FUNCS(mallinfo) # First, try separate mozjs185 release AC_MSG_CHECKING([for standalone mozjs185]) PKG_CHECK_EXISTS([mozjs185], JS_PACKAGE=mozjs185,) -if test x$JS_PACKAGE = x; then - PKG_CHECK_EXISTS([libjs = 1.8.5], JS_PACKAGE=libjs,) -fi if test x$JS_PACKAGE != x; then FIREFOX_JS_LIBDIR= MOZJS_IS_STANDALONE=yes |