diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-12-20 16:44:27 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-12-22 22:10:26 +0900 |
| commit | 4fb5d746ce02dcaf8702f97f88946c090b65d4a2 (patch) | |
| tree | 90e5b399bf41b46cd7720e905e6f141b89c57750 /template | |
| parent | 2f2530b195008209e1d9e4e9734509d5f956fa49 (diff) | |
Split `modular-gc` into build and installation
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12428
Diffstat (limited to 'template')
| -rw-r--r-- | template/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index 25c788f565..05432cd573 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -353,10 +353,6 @@ modular-gc-precheck: echo "You must configure with --with-modular-gc to use modular GC"; \ exit 1; \ fi - $(Q) if test -z $(MODULAR_GC); then \ - echo "You must specify MODULAR_GC with the GC to build"; \ - exit 1; \ - fi pre-install-local:: pkgconfig-data |
