diff options
author | Richard Guenther <rguenther@suse.de> | 2008-09-05 10:08:56 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2008-09-05 10:08:56 +0000 |
commit | 23d9794af3ce1e5814c76169bc8aa58f696b69a5 (patch) | |
tree | 65f892f9711e96eeee2437b645ec639330cc8b0e | |
parent | 80379f51e394a368d43b3c1c4aa7c608b09ac90d (diff) | |
download | gcc-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
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-09-05 Richard Guenther <rguenther@suse.de> + + * configure.ac: Initialize clooglibs to -lcloog. + * configure: Re-generate. + 2008-09-04 Le-Chun Wu <lcwu@google.com> * MAINTAINERS (Write After Approval): Add myself. @@ -4921,7 +4921,7 @@ fi # Check for CLOOG -clooglibs= +clooglibs=" -lcloog " clooginc=" -DCLOOG_PPL_BACKEND " diff --git a/configure.ac b/configure.ac index b7e4461..aa29d53 100644 --- a/configure.ac +++ b/configure.ac @@ -1364,7 +1364,7 @@ AC_SUBST(pplinc) # Check for CLOOG -clooglibs= +clooglibs=" -lcloog " clooginc=" -DCLOOG_PPL_BACKEND " AC_ARG_WITH(cloog, [ --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package |