summaryrefslogtreecommitdiffstats
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
parentcf9ac040537502f44b6e74e05e35135e68f093ae (diff)
downloadppe42-gcc-a565a5fa510bb2c4ea4b2921b6a20fedd4d04ca8.tar.gz
ppe42-gcc-a565a5fa510bb2c4ea4b2921b6a20fedd4d04ca8.zip
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
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 03483030964..ce3d99e9119 100644
--- 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.
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 "
diff --git a/configure.ac b/configure.ac
index b7e44617d54..aa29d534ff5 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
OpenPOWER on IntegriCloud