diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-05 10:08:56 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-05 10:08:56 +0000 |
commit | a565a5fa510bb2c4ea4b2921b6a20fedd4d04ca8 (patch) | |
tree | 65f892f9711e96eeee2437b645ec639330cc8b0e /configure | |
parent | cf9ac040537502f44b6e74e05e35135e68f093ae (diff) | |
download | gcc-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-x | configure | 2 |
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 " |