diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-11 18:59:10 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-11 18:59:10 +0000 |
commit | 9e9f1ccb52308a4c3e3a6f49da923b2f235c0562 (patch) | |
tree | 324f5ff9bbcd58b447fe8434cdd944398f5660c4 /configure | |
parent | 5585cfe812b2c31639f3739d934bc94233cf2e04 (diff) | |
download | gcc-9e9f1ccb52308a4c3e3a6f49da923b2f235c0562.tar.gz |
Fix typo in toplevel configure.ac: PPL error message.
/:
* configure.ac: Remove extra bracket.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170058 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |