From 4fb5d746ce02dcaf8702f97f88946c090b65d4a2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2024 16:44:27 +0900 Subject: Split `modular-gc` into build and installation --- template/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template') 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 -- cgit v1.2.3