forked from OSchip/llvm-project
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:
parent
7ac41056c8
commit
67f1524797
|
@ -28,6 +28,7 @@ endif
|
|||
|
||||
POLLY_CXXFLAGS += "-fno-rtti -fno-exceptions"
|
||||
|
||||
PLUTO_FOUND := @pluto_found@
|
||||
CLOOG_FOUND := @cloog_found@
|
||||
OPENSCOP_FOUND := @openscop_found@
|
||||
SCOPLIB_FOUND := @scoplib_found@
|
||||
|
|
Loading…
Reference in New Issue