summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 8ed51262b391..6a7e7b4734d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5075,18 +5075,6 @@ elif test "$enable_pch" = "no"; then
else
AC_MSG_ERROR([Unknown value for --enable-pch])
fi
-if test -n "$ENABLE_PCH"; then
- if test -n "$CCACHE"; then
- if ! echo "$CCACHE_SLOPPINESS" | grep -q pch_defines | grep -q time_macros; then
- AC_MSG_WARN([PCH with ccache requires CCACHE_SLOPPINESS to include 'pch_defines,time_macros'])
- add_warning "PCH with ccache requires CCACHE_SLOPPINESS to include 'pch_defines,time_macros'"
- fi
- if test -z "$CCACHE_PCH_EXTSUM"; then
- AC_MSG_WARN([It is recommended to set CCACHE_PCH_EXTSUM=1 for PCH with ccache.])
- add_warning "It is recommended to set CCACHE_PCH_EXTSUM=1 for PCH with ccache."
- fi
- fi
-fi
AC_SUBST(ENABLE_PCH)
TAB=`printf '\t'`