build: Support Guile 3.0.

* configure.ac: Add "3.0" to 'GUILE_PKG'.
This commit is contained in:
Ludovic Courtès 2020-02-23 18:49:51 +01:00 committed by Dale Mellor
commit bedec44b39

View file

@ -34,8 +34,8 @@ AM_PROG_CC_C_O
AC_PROG_RANLIB
AM_PROG_AR
# Check for Guile 2.x. development files
GUILE_PKG([2.2 2.0])
# Check for Guile development files.
GUILE_PKG([3.0 2.2 2.0])
# Set Guile flags without using GUILE_FLAGS which is requiring the unused
# 'config.rpath' script.