From 27d66fa349df8b19fe79c066c32ca1f39fe2ca47 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 15 Apr 2025 11:04:30 +0200 Subject: [PATCH] m4: Fix WHIPPET_PKG_BDW quoting error --- whippet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whippet.m4 b/whippet.m4 index d92c36f9b..f364d1973 100644 --- a/whippet.m4 +++ b/whippet.m4 @@ -94,7 +94,7 @@ AC_DEFUN([WHIPPET_PKG_BDW], WHIPPET_BDW_GC=$bdw_gc]) AC_DEFUN([WHIPPET_PKG_COLLECTOR], - [AC_REQUIRE(WHIPPET_PKG_BDW) + [AC_REQUIRE([WHIPPET_PKG_BDW]) PKG_CHECK_MODULES(WHIPPET_BDW, $WHIPPET_BDW_GC, [whippet_have_bdw=yes], [whippet_have_bdw=no]) AC_SUBST(WHIPPET_BDW_CFLAGS)