diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-10-30 07:51:38 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-10-30 12:46:42 +0100 |
commit | a8e2ffe038f82f1b00a204abe051caf77361d42d (patch) | |
tree | 9087fa478e68bed3da4a78df10517b5d6e6c21e0 /configure.ac | |
parent | 799522882159b839cc7aeec2fbc48f767507a30c (diff) |
build-tools: default to system PCH setting
Originally disabled for the build-tools to get rid of an other
potential build failure while implementing the cross build on
Windows for the Windows Arm64 build.
Change-Id: I720d0812de26ddb1f71a14db708595babbefe84c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105035
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, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6d096db5da1c..a79458301f9b 100644 --- a/configure.ac +++ b/configure.ac @@ -5223,7 +5223,6 @@ if test "$cross_compiling" = "yes"; then --disable-mariadb-sdbc \ --disable-online-update \ --disable-opencl \ - --disable-pch \ --disable-pdfimport \ --disable-postgresql-sdbc \ --disable-skia \ |