You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/01/12 03:31:02 UTC

svn commit: r1651026 - /openoffice/trunk/main/configure.in

Author: pfg
Date: Mon Jan 12 02:31:01 2015
New Revision: 1651026

URL: http://svn.apache.org/r1651026
Log:
Beanshell's license is not Category B anymore.

Modified:
    openoffice/trunk/main/configure.in

Modified: openoffice/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1651026&r1=1651025&r2=1651026&view=diff
==============================================================================
--- openoffice/trunk/main/configure.in (original)
+++ openoffice/trunk/main/configure.in Mon Jan 12 02:31:01 2015
@@ -919,8 +919,7 @@ AC_ARG_ENABLE(category-b,
 [  --enable-category-b     Activate components under a category B license 
                           (see http://www.apache.org/legal/3party.html#category-b):
                           MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino),
-                          CPL (silgraphite), CPL/EPL (CoinMP), SPL (beanshell),
-                          OFL (fonts).
+                          CPL (silgraphite), CPL/EPL (CoinMP), OFL (fonts).
                           Flags for individual libraries override this one.
 ],,)
 AC_ARG_WITH(arm-target,
@@ -1389,7 +1388,7 @@ dnl Build options
 dnl ===================================================================
 
 # Disable or enable category-B librariets: nss, hunspell, hyphen, saxon,
-# rhino, silgraphite, beanshell.
+# rhino, silgraphite.
 
 # Note that further below they may be enabled or disabled again by
 # more specific options.
@@ -1403,7 +1402,6 @@ AC_MSG_CHECKING([whether to enable categ
 #   hyphen (hyphen)
 #   saxon (saxon)
 #   rhino (rhino)
-#   beanshell (beanshell)
 #   graphite (silgraphite)
 if test "$enable_category_b" = "yes"; then
    ENABLE_CATEGORY_B=YES
@@ -1411,7 +1409,6 @@ if test "$enable_category_b" = "yes"; th
    enable_hyphen="yes"
    enable_saxon="yes"
    enable_javascript="yes"
-   enable_beanshell="yes"
    enable_graphite="yes"
    enable_coinmp="yes"
    enable_category_b_fonts="yes"
@@ -1424,12 +1421,11 @@ else
    enable_hyphen="no"
    enable_saxon="no"
    enable_javascript="no"
-   enable_beanshell="no"
    enable_graphite="no"
    enable_coinmp="no"
    enable_category_b_fonts="no"
 
-   AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp])
+   AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp])
 fi
 AC_SUBST(ENABLE_CATEGORY_B)