diff options
author | Rene Engelhard <rene@rene-engelhard.de> | 2024-04-03 23:26:08 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-04-08 10:48:19 +0200 |
commit | 479a39cbf0f4564abe93066d7a3f6b2e82de0e76 (patch) | |
tree | 84796113df04b622daeedf82851f59fd0abe77b1 /configure.ac | |
parent | 95fab3f7dc1d7b802dce94d934b8ec95def92bf2 (diff) |
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 <stephan.bergmann@allotropia.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
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], |