diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-19 11:48:13 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-19 11:48:13 -0400 |
commit | edc972c7ee308cfda25a18c02994a9e11c975b00 (patch) | |
tree | f90e066114fd46936edb5dcbca1697371c834598 | |
parent | d128b2d1f213f4df1e524a059603d8b739debdd5 (diff) |
Fix Guile integration in configure.ac.v0.2
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 41914b1..a869424 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) AC_CONFIG_FILES([test-env], [chmod +x test-env]) -GUILE_PROGS([2.0.5]) +GUILE_PKG([3.0 2.2 2.0]) +GUILE_PROGS AC_OUTPUT |