diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-02 20:02:22 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-02 20:02:22 -0400 |
commit | 876908900a7b7a3085a26dd91c2be4789140005c (patch) | |
tree | 48cbec8ba02a4a93c1d4e46f86ea8e2e0e44dd05 | |
parent | fdd9d184dcdc5713da39d477b85b8444355c1d4b (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 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 |