diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-24 01:52:08 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-24 03:46:57 +0100 |
commit | a4c21026b5bafc755466ccb114a8f53169081c97 (patch) | |
tree | c021067233c85b90ef979d051d901dbce7a4b2a8 /configure.ac | |
parent | e07c8e6e617f0e30a2de134e53509a31b7b07bf3 (diff) |
Re-allow SCRIPTING for the cross-toolset
The commit message already described the need to allow scripting
in the cross-toolset for the special Java case, but nethertheless
it removed the SCRIPTING from the permitted BUILD_TYPE filter.
Regression from commit fb308c193bc9f0d07ad2cccd5a0b239f86cbe442
("Fix --disable-scripting for DESKTOP build").
Change-Id: If794860e9f3a47332ad6c26f893277afb220d733
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127391
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 72f212aee4f9..bd22499cb75b 100644 --- a/configure.ac +++ b/configure.ac @@ -5591,6 +5591,7 @@ if test "$cross_compiling" = "yes"; then OPENSSL ORCUS PYTHON + SCRIPTING ZLIB " # converts BUILD_TYPE and PERMITTED_BUILD_TARGETS into non-whitespace, |