Browse Source

Disable clang PCH when boost is present

Resolves #820
pull/838/head
Andrew Waterman 5 years ago
parent
commit
4f12984502
  1. 2
      Makefile.in

2
Makefile.in

@ -38,7 +38,7 @@ scripts_dir := $(src_dir)/scripts
HAVE_INT128 := @HAVE_INT128@
HAVE_DLOPEN := @HAVE_DLOPEN@
HAVE_CLANG_PCH := @HAVE_CLANG_PCH@
HAVE_CLANG_PCH := $(and @HAVE_CLANG_PCH@, $(if @BOOST_ASIO_LIB@,,yes))
# If the version information is not in the configure script, then we
# assume that we are in a working directory. We use the vcs-version.sh

Loading…
Cancel
Save