diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-11 10:28:03 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-11 10:28:03 +0900 |
| commit | 83e080705cc7aba4571b23e7034a3edd84cc26a6 (patch) | |
| tree | a7f9281c0dab04b039c777f1e8539ea822434fec | |
| parent | c7d56e90d381f0bf115a5c76cbef9df6ae19f4c9 (diff) | |
Remove an excess closing bracket
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ef4b76e537..f992e4c015 100644 --- a/configure.ac +++ b/configure.ac @@ -4089,8 +4089,6 @@ AS_CASE(["$JIT_CARGO_SUPPORT:$YJIT_SUPPORT:$ZJIT_SUPPORT"], ], [ RUST_LIB="target/${JIT_CARGO_SUPPORT}/libruby.a" ]) - ], - ]) # In case either we're linking rust code |
