Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-03-18 22:50:58 +0400
committerTobias Grosser <tobias@grosser.es>2014-03-18 22:50:58 +0400
commit67f1524797bac2b2c28b3c125647349d73599e87 (patch)
tree7568a6e11842fc0c1d59f2e2936aaaf55a1caa77 /polly/Makefile.config.in
parent7ac41056c8b310ad4a969f598d74cf3a3e85c7c6 (diff)
autoconf: Add PLUTO_FOUND flag
This fixes llvm.org/PR12250. Contributed-by: Sam Novak <snovak@uwsp.edu> llvm-svn: 204167
Diffstat (limited to 'polly/Makefile.config.in')
-rw-r--r--polly/Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/Makefile.config.in b/polly/Makefile.config.in
index 231fb9862489..c4831fcd69c8 100644
--- a/polly/Makefile.config.in
+++ b/polly/Makefile.config.in
@@ -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@