Fix typo in toplevel configure.ac: PPL error message.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 11 Feb 2011 18:59:10 +0000 (18:59 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Fri, 11 Feb 2011 18:59:10 +0000 (18:59 +0000)
/:
* configure.ac: Remove extra bracket.
* configure: Regenerate.

From-SVN: r170058

ChangeLog
configure
configure.ac

index 97571bf95e1e88d61c05e36d20519fa8b7c0d6b5..ac455ed53e5ed58dc574542feb0d0203e38c5c42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cd238fb93d46fb3d4689106cd00863159e261dd0..501c6fff69f56f511cf9b1b7a84bbcdc1d6d0eca 100755 (executable)
--- 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
index e9048ebffbbcd39db263c5083970152c94361b25..9121d65bd39306b1d90a8bbefe09bce03d3d9da9 100644 (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