diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-02-11 18:59:10 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2011-02-11 18:59:10 +0000 |
commit | f33d8408d08064367b0f8d9d29c46dbd1585f95e (patch) | |
tree | 324f5ff9bbcd58b447fe8434cdd944398f5660c4 /configure | |
parent | 4df47bca15b2d9f5eb3832b05121cdd984c76da1 (diff) | |
download | gcc-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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |