mirror of git://gcc.gnu.org/git/gcc.git
Fix typo in toplevel configure.ac: PPL error message.
/: * configure.ac: Remove extra bracket. * configure: Regenerate. From-SVN: r170058
This commit is contained in:
parent
4df47bca15
commit
f33d8408d0
|
@ -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>
|
2011-02-08 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
* MAINTAINERS: Add myself as libquadmath maintainer.
|
* MAINTAINERS: Add myself as libquadmath maintainer.
|
||||||
|
|
|
@ -5832,7 +5832,7 @@ if test "x$with_ppl" = "xno"; then
|
||||||
|
|
||||||
|
|
||||||
if test "${graphite_requested}" = yes; 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
|
fi
|
||||||
with_cloog=no
|
with_cloog=no
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1691,7 +1691,7 @@ if test "x$with_ppl" = "xno"; then
|
||||||
dnl Only execute fail-action, if CLooG has been requested.
|
dnl Only execute fail-action, if CLooG has been requested.
|
||||||
CLOOG_REQUESTED([graphite_requested=yes], [graphite_requested=no])
|
CLOOG_REQUESTED([graphite_requested=yes], [graphite_requested=no])
|
||||||
if test "${graphite_requested}" = yes; then
|
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
|
fi
|
||||||
with_cloog=no
|
with_cloog=no
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue