* config/cloog.m4: Fix typo.  verison -> version.
	* configure: Regenerate.

From-SVN: r166670
This commit is contained in:
Tobias Grosser 2010-11-12 18:29:37 +00:00 committed by Tobias Grosser
parent 27882098ab
commit aba2b02e8f
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
* config/cloog.m4: Fix typo. verison -> version.
* configure: Regenerate.
2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
* config/cloog.m4: Pass ppl libraries to the CLooG version check.

View File

@ -207,7 +207,7 @@ AC_DEFUN([CLOOG_CHECK_VERSION],
LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
if test "${cloog_org}" = yes ; then
AC_CACHE_CHECK([for verison $1.$2.$3 of CLooG],
AC_CACHE_CHECK([for version $1.$2.$3 of CLooG],
[gcc_cv_cloog_ct_0_14_0],
[AC_COMPILE_IFELSE([_CLOOG_CHECK_CT_PROG($1,$2,$3)],
[gcc_cv_cloog_ct_0_14_0=yes],

4
configure vendored
View File

@ -5836,8 +5836,8 @@ $as_echo "$gcc_cv_cloog_type" >&6; }
LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
if test "${cloog_org}" = yes ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for verison 0.14.0 of CLooG" >&5
$as_echo_n "checking for verison 0.14.0 of CLooG... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.14.0 of CLooG" >&5
$as_echo_n "checking for version 0.14.0 of CLooG... " >&6; }
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
$as_echo_n "(cached) " >&6
else