From 23d9794af3ce1e5814c76169bc8aa58f696b69a5 Mon Sep 17 00:00:00 2001 From: Richard Guenther <rguenther@suse.de> Date: Fri, 5 Sep 2008 10:08:56 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 034830309643..ce3d99e91197 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 f5fe41a76dd9..7ed787aaea71 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 b7e44617d545..aa29d534ff5d 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 -- GitLab