configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8d3ade357d74eda30da6065f60591f29a81a8007
Author: Tor Lillqvist <[email protected]>
Date: Thu Dec 8 00:21:52 2016 +0200
Fix thinko
Change-Id: I086028a42bd6d35bdefeb58fb11693da4bcff59b
diff --git a/configure.ac b/configure.ac
index 1481343..b32c24a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4905,7 +4905,7 @@ dnl
===================================================================
dnl enable pch by default on windows
dnl enable it explicitly otherwise
ENABLE_PCH=""
-if test "$enable_pch" != no; then
+if test "$enable_pch" = yes -a "$enable_compiler_plugins" = yes; then
if test -z "$libo_fuzzed_enable_pch"; then
AC_MSG_ERROR([--enable-pch cannot be used with
--enable-compiler-plugins])
else
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits