aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-02-11 18:59:10 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2011-02-11 18:59:10 +0000
commitf33d8408d08064367b0f8d9d29c46dbd1585f95e (patch)
tree324f5ff9bbcd58b447fe8434cdd944398f5660c4 /configure.ac
parent4df47bca15b2d9f5eb3832b05121cdd984c76da1 (diff)
downloadgcc-f33d8408d08064367b0f8d9d29c46dbd1585f95e.zip
gcc-f33d8408d08064367b0f8d9d29c46dbd1585f95e.tar.gz
gcc-f33d8408d08064367b0f8d9d29c46dbd1585f95e.tar.bz2
Fix typo in toplevel configure.ac: PPL error message.
/: * configure.ac: Remove extra bracket. * configure: Regenerate. From-SVN: r170058
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9048eb..9121d65 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