From 7010b4fce0374a7c3a5eb2d75ad0a4e2c8b84398 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 16 May 2025 21:59:40 +0200 Subject: [PATCH] Fix --with-gc-debug in whippet.m4 --- whippet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whippet.m4 b/whippet.m4 index f364d1973..9ff7a81bc 100644 --- a/whippet.m4 +++ b/whippet.m4 @@ -176,7 +176,7 @@ END fi]) AC_DEFUN([WHIPPET_PKG_DEBUG], - [AC_ARG_WITH(whippet-debug, + [AC_ARG_WITH(gc-debug, AS_HELP_STRING([--with-gc-debug], [Compile GC library with debugging support (default: no)]), [whippet_with_debug=$withval],