mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
m4: Fix WHIPPET_PKG_BDW quoting error
This commit is contained in:
parent
e060c5fc99
commit
27d66fa349
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue