wingo pushed a commit to branch wip-whippet
in repository guile.

commit 27d66fa349df8b19fe79c066c32ca1f39fe2ca47
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Tue Apr 15 11:04:30 2025 +0200

    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)

Reply via email to