Remove $(CLANGDIR)/tools/clang/include form confgure.ac, too

...after it had already been removed from compilerplugins/Makefile-clang.mk with
4d54e240262ffb2d2de1d72986f025657e230c77 "Who needs that
$(CLANGDIR)/tools/clang/include anyway?"

Change-Id: Ie99bb87a10cbf78ce1ab39d35dad976c51995b8f
This commit is contained in:
Stephan Bergmann 2016-09-28 12:01:36 +02:00
parent bb069fe7b8
commit 24d366e535

View File

@ -6679,7 +6679,7 @@ if test "$COM_IS_CLANG" = "TRUE"; then
# compiler plugins must be built with "native" bitness of clang # compiler plugins must be built with "native" bitness of clang
# because they link against clang libraries # because they link against clang libraries
CXX=${COMPILER_PLUGINS_CXX-$(echo $CXX | sed -e s/-m64// -e s/-m32//)} CXX=${COMPILER_PLUGINS_CXX-$(echo $CXX | sed -e s/-m64// -e s/-m32//)}
CPPFLAGS="$CPPFLAGS $CXXFLAGS_CXX11 -I$CLANGDIR/include -I$CLANGDIR/tools/clang/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" CPPFLAGS="$CPPFLAGS $CXXFLAGS_CXX11 -I$CLANGDIR/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
AC_CHECK_HEADER(clang/AST/RecursiveASTVisitor.h, AC_CHECK_HEADER(clang/AST/RecursiveASTVisitor.h,
[COMPILER_PLUGINS=TRUE], [COMPILER_PLUGINS=TRUE],
[ [