aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2008-09-05 10:08:56 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2008-09-05 10:08:56 +0000
commit23d9794af3ce1e5814c76169bc8aa58f696b69a5 (patch)
tree65f892f9711e96eeee2437b645ec639330cc8b0e /configure
parent80379f51e394a368d43b3c1c4aa7c608b09ac90d (diff)
downloadgcc-23d9794af3ce1e5814c76169bc8aa58f696b69a5.zip
gcc-23d9794af3ce1e5814c76169bc8aa58f696b69a5.tar.gz
gcc-23d9794af3ce1e5814c76169bc8aa58f696b69a5.tar.bz2
configure.ac: Initialize clooglibs to -lcloog.
2008-09-05 Richard Guenther <rguenther@suse.de> * configure.ac: Initialize clooglibs to -lcloog. * configure: Re-generate. From-SVN: r140032
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f5fe41a..7ed787a 100755
--- a/configure
+++ b/configure
@@ -4921,7 +4921,7 @@ fi
# Check for CLOOG
-clooglibs=
+clooglibs=" -lcloog "
clooginc=" -DCLOOG_PPL_BACKEND "