From 479a39cbf0f4564abe93066d7a3f6b2e82de0e76 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Wed, 3 Apr 2024 23:26:08 +0200 Subject: clean up after removal of patched rhino Change-Id: I193fd0c10d297555faa7a832718dbd6cd929a406 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165762 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 507fef7e9d34..799b88d39abb 100644 --- a/configure.ac +++ b/configure.ac @@ -2390,11 +2390,8 @@ libo_FUZZ_ARG_ENABLE(scripting-javascript, AC_ARG_WITH(system-rhino, AS_HELP_STRING([--with-system-rhino], - [Use rhino already on system.]),,) -# [with_system_rhino="$with_system_jars"]) -# Above is not used as we have different debug interface -# patched into internal rhino. This code needs to be fixed -# before we can enable it by default. + [Use rhino already on system.]),, + [with_system_rhino="$with_system_jars"]) AC_ARG_WITH(rhino-jar, AS_HELP_STRING([--with-rhino-jar=JARFILE], -- cgit