summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-11 18:59:10 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-11 18:59:10 +0000
commit9e9f1ccb52308a4c3e3a6f49da923b2f235c0562 (patch)
tree324f5ff9bbcd58b447fe8434cdd944398f5660c4 /configure
parent5585cfe812b2c31639f3739d934bc94233cf2e04 (diff)
downloadgcc-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-xconfigure2
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