diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-13 08:20:08 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-13 08:20:08 -0400 |
commit | 5c9b19b378d80ca3d33cb2ad0bd5465239a0c1f6 (patch) | |
tree | ba29301c39508c4ef7be07216d272f305714bff5 | |
parent | dcc07a578042b79de90c0c168596a916fe97c8d7 (diff) |
Drop support for Guile 2.2.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 699e3b6..88b6de2 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ chickadee_prefix="`eval echo $prefix | sed -e"s|NONE|/usr/local|g"`" chickadee_datadir="`eval eval echo $datadir | sed -e "s|NONE|$chickadee_prefix|g"`" AC_SUBST([chickadee_datadir]) -GUILE_PKG([3.0 2.2]) +GUILE_PKG([3.0]) GUILE_PROGS GUILE_MODULE_REQUIRED([gl]) |