From: Ralf Wildenhues Date: Fri, 11 Feb 2011 18:59:10 +0000 (+0000) Subject: Fix typo in toplevel configure.ac: PPL error message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f33d8408d08064367b0f8d9d29c46dbd1585f95e;p=gcc.git Fix typo in toplevel configure.ac: PPL error message. /: * configure.ac: Remove extra bracket. * configure: Regenerate. From-SVN: r170058 --- diff --git a/ChangeLog b/ChangeLog index 97571bf95e1..ac455ed53e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-02-11 Ralf Wildenhues + + * configure.ac: Remove extra bracket. + * configure: Regenerate. + 2011-02-08 Tobias Burnus * MAINTAINERS: Add myself as libquadmath maintainer. diff --git a/configure b/configure index cd238fb93d4..501c6fff69f 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index e9048ebffbb..9121d65bd39 100644 --- a/configure.ac +++ b/configure.ac @@ -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