configure: Accept Guile 3.0.

This commit is contained in:
David Thompson 2019-05-21 08:40:51 -04:00
parent 142006f884
commit efb1739a69
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_CONFIG_FILES([test-env], [chmod +x test-env]) AC_CONFIG_FILES([test-env], [chmod +x test-env])
AC_CONFIG_FILES([scripts/haunt], [chmod +x scripts/haunt]) AC_CONFIG_FILES([scripts/haunt], [chmod +x scripts/haunt])
GUILE_PKG([2.2 2.0]) GUILE_PKG([3.0 2.2 2.0])
GUILE_PROGS GUILE_PROGS
dnl Guile-reader is needed for Skribe support dnl Guile-reader is needed for Skribe support