Commit 23d9794a by Richard Guenther Committed by Richard Biener

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
parent 80379f51
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> 2008-09-04 Le-Chun Wu <lcwu@google.com>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
...@@ -4921,7 +4921,7 @@ fi ...@@ -4921,7 +4921,7 @@ fi
# Check for CLOOG # Check for CLOOG
clooglibs= clooglibs=" -lcloog "
clooginc=" -DCLOOG_PPL_BACKEND " clooginc=" -DCLOOG_PPL_BACKEND "
......
...@@ -1364,7 +1364,7 @@ AC_SUBST(pplinc) ...@@ -1364,7 +1364,7 @@ AC_SUBST(pplinc)
# Check for CLOOG # Check for CLOOG
clooglibs= clooglibs=" -lcloog "
clooginc=" -DCLOOG_PPL_BACKEND " clooginc=" -DCLOOG_PPL_BACKEND "
AC_ARG_WITH(cloog, [ --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package AC_ARG_WITH(cloog, [ --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment