From edc972c7ee308cfda25a18c02994a9e11c975b00 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Mar 2021 11:48:13 -0400 Subject: Fix Guile integration in configure.ac. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3