summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-05 10:08:56 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-05 10:08:56 +0000
commita565a5fa510bb2c4ea4b2921b6a20fedd4d04ca8 (patch)
tree65f892f9711e96eeee2437b645ec639330cc8b0e /configure
parentcf9ac040537502f44b6e74e05e35135e68f093ae (diff)
downloadgcc-a565a5fa510bb2c4ea4b2921b6a20fedd4d04ca8.tar.gz
2008-09-05 Richard Guenther <rguenther@suse.de>
* configure.ac: Initialize clooglibs to -lcloog. * configure: Re-generate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f5fe41a76dd..7ed787aaea7 100755
--- a/configure
+++ b/configure
@@ -4921,7 +4921,7 @@ fi
# Check for CLOOG
-clooglibs=
+clooglibs=" -lcloog "
clooginc=" -DCLOOG_PPL_BACKEND "