autoconf: Add PLUTO_FOUND flag

This fixes llvm.org/PR12250.

Contributed-by: Sam Novak <snovak@uwsp.edu>
llvm-svn: 204167
This commit is contained in:
Tobias Grosser 2014-03-18 18:50:58 +00:00
parent 7ac41056c8
commit 67f1524797
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ endif
POLLY_CXXFLAGS += "-fno-rtti -fno-exceptions" POLLY_CXXFLAGS += "-fno-rtti -fno-exceptions"
PLUTO_FOUND := @pluto_found@
CLOOG_FOUND := @cloog_found@ CLOOG_FOUND := @cloog_found@
OPENSCOP_FOUND := @openscop_found@ OPENSCOP_FOUND := @openscop_found@
SCOPLIB_FOUND := @scoplib_found@ SCOPLIB_FOUND := @scoplib_found@