summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index a0cf4cda626f..020e3b75ed42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5036,15 +5036,6 @@ dnl ===================================================================
dnl enable pch by default on windows
dnl enable it explicitly otherwise
ENABLE_PCH=""
-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
- AC_MSG_NOTICE([Resetting --enable-pch=no])
- enable_pch=no
- fi
-fi
-
AC_MSG_CHECKING([whether to enable pch feature])
if test "$enable_pch" != "no"; then
if test "$_os" = "WINNT"; then