mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
guile 2.2 will require libgc 7.2 or greater
* configure.ac: Bump required libgc version to 7.2, released March 2012.
This commit is contained in:
parent
22cdf986db
commit
c12fa33415
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ main (int argc, char **argv)
|
|||
# Boehm's GC library
|
||||
#
|
||||
#--------------------------------------------------------------------
|
||||
PKG_CHECK_MODULES([BDW_GC], [bdw-gc])
|
||||
PKG_CHECK_MODULES([BDW_GC], [bdw-gc >= 7.2])
|
||||
|
||||
save_LIBS="$LIBS"
|
||||
LIBS="$BDW_GC_LIBS $LIBS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue