OSDN Git Service

2008-09-05 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2008 10:08:56 +0000 (10:08 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2008 10:08:56 +0000 (10:08 +0000)
* 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

ChangeLog
configure
configure.ac

index 0348303..ce3d99e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index f5fe41a..7ed787a 100755 (executable)
--- a/configure
+++ b/configure
@@ -4921,7 +4921,7 @@ fi
 
 
 # Check for CLOOG
-clooglibs=
+clooglibs=" -lcloog "
 clooginc=" -DCLOOG_PPL_BACKEND "
 
 
index b7e4461..aa29d53 100644 (file)
@@ -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