diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-05-21 08:40:51 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-05-21 08:40:51 -0400 |
commit | efb1739a69c2dfc9efa9238e3332f50c5ed87b2b (patch) | |
tree | ee5ded767686fd2ef37f0d74a13d8f03dffcaa38 | |
parent | 142006f88478622ce301f4c744592e851c3cca37 (diff) |
configure: Accept Guile 3.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 87c5961..a14421d 100644 --- a/configure.ac +++ b/configure.ac @@ -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([scripts/haunt], [chmod +x scripts/haunt]) -GUILE_PKG([2.2 2.0]) +GUILE_PKG([3.0 2.2 2.0]) GUILE_PROGS dnl Guile-reader is needed for Skribe support |