Author: jim
Date: Thu Jan 17 20:05:06 2019
New Revision: 1851575
URL: http://svn.apache.org/viewvc?rev=1851575&view=rev
Log:
beanshell is catB
Modified:
openoffice/trunk/main/configure.ac
Modified: openoffice/trunk/main/configure.ac
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1851575&r1=1851574&r2=1851575&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Thu Jan 17 20:05:06 2019
@@ -1442,6 +1442,7 @@ AC_MSG_CHECKING([whether to enable categ
# graphite (silgraphite)
if test "$enable_category_b" = "yes"; then
ENABLE_CATEGORY_B=YES
+ enable_nss_module="yes"
enable_hunspell="yes"
enable_hyphen="yes"
enable_saxon="yes"
@@ -1449,6 +1450,7 @@ if test "$enable_category_b" = "yes"; th
enable_graphite="yes"
enable_coinmp="yes"
enable_category_b_fonts="yes"
+ enable_beanshell="yes"
AC_MSG_RESULT([yes: allow modules nss, hunspell, hyphen, saxon, rhino,
beanshell, graphite, coinmp to be built])
else
@@ -1461,6 +1463,7 @@ else
enable_graphite="no"
enable_coinmp="no"
enable_category_b_fonts="no"
+ enable_beanshell="no"
AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino,
graphite, coinmp])
fi