From 32af02b32f1ab7f2683749e6c949470847175da0 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 6 May 2012 12:49:33 +0200 Subject: Allow usage of system rhino wrt fdo#42977 It is done the same way the beanshell is handled. Currently it can't be enabled by default as internal version has patched-in debug interface. We can choose two paths, rewrite the code to the new rhino debug interface or just strip the current one out. Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6 --- config_host.mk.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 4d0d5cf879f7..65affa921ab7 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -414,6 +414,7 @@ export PYTHON_LIBS=@PYTHON_LIBS@ export RANLIB=@RANLIB@ export REDLAND_CFLAGS=@REDLAND_CFLAGS@ export REDLAND_LIBS=@REDLAND_LIBS@ +export RHINO_JAR=@RHINO_JAR@ export RPM=@RPM@ export SAC_JAR=@SAC_JAR@ export SAL_ENABLE_FILE_LOCKING=1 @@ -514,6 +515,7 @@ export SYSTEM_POPPLER=@SYSTEM_POPPLER@ export SYSTEM_POSTGRESQL=@SYSTEM_POSTGRESQL@ export SYSTEM_PYTHON=@SYSTEM_PYTHON@ export SYSTEM_REDLAND=@SYSTEM_REDLAND@ +export SYSTEM_RHINO=@SYSTEM_RHINO@ export SYSTEM_SAMPLEICC=@SYSTEM_SAMPLEICC@ export SYSTEM_SANE_HEADER=@SYSTEM_SANE_HEADER@ export SYSTEM_SAXON=@SYSTEM_SAXON@ -- cgit