summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2019-06-02 20:02:22 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-06-02 20:02:22 -0400
commit876908900a7b7a3085a26dd91c2be4789140005c (patch)
tree48cbec8ba02a4a93c1d4e46f86ea8e2e0e44dd05
parentfdd9d184dcdc5713da39d477b85b8444355c1d4b (diff)
configure: Accept Guile 3.0.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5665d13..372b7d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AM_SILENT_RULES([yes])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
-GUILE_PKG([2.2 2.0])
+GUILE_PKG([3.0 2.2 2.0])
GUILE_PROGS
AC_OUTPUT