summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-02-16 14:30:39 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-02-16 14:30:39 -0500
commitdeaad79d55ce98b6b4c0f36b74c095199d7df9f9 (patch)
tree43b938cb9e35ae8bcfa23512076640715f49ddec
parent092c213666d572dfa3d7fd8cb0a5ba4b6d25eec6 (diff)
Allow building with Guile 2.2.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d41b6d4..5665d13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AM_SILENT_RULES([yes])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
-GUILE_PROGS([2.0.9])
+GUILE_PKG([2.2 2.0])
+GUILE_PROGS
AC_OUTPUT