Enable using Guile 3

This commit is contained in:
Christopher Baines 2020-02-27 22:16:44 +00:00
parent 1ad581b05a
commit cd4dda6e22
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([gnu color-tests -Wall -Wno-portability foreign])
AM_SILENT_RULES([yes])
GUILE_PKG([2.2])
GUILE_PKG([3.0 2.2])
GUILE_PROGS
if test "x$GUILD" = "x"; then
AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.])