Fix typo in toplevel configure.ac: PPL error message.

/:
	* configure.ac: Remove extra bracket.
	* configure: Regenerate.

From-SVN: r170058
This commit is contained in:
Ralf Wildenhues 2011-02-11 18:59:10 +00:00 committed by Ralf Wildenhues
parent 4df47bca15
commit f33d8408d0
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac: Remove extra bracket.
* configure: Regenerate.
2011-02-08 Tobias Burnus <burnus@net-b.de>
* MAINTAINERS: Add myself as libquadmath maintainer.

2
configure vendored
View File

@ -5832,7 +5832,7 @@ if test "x$with_ppl" = "xno"; then
if test "${graphite_requested}" = yes; then
as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5]
as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
fi
with_cloog=no
fi

View File

@ -1691,7 +1691,7 @@ if test "x$with_ppl" = "xno"; then
dnl Only execute fail-action, if CLooG has been requested.
CLOOG_REQUESTED([graphite_requested=yes], [graphite_requested=no])
if test "${graphite_requested}" = yes; then
AC_MSG_ERROR([Unable to find a usable PPL. See config.log for details.])]
AC_MSG_ERROR([Unable to find a usable PPL. See config.log for details.])
fi
with_cloog=no
fi