diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-26 07:44:56 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-26 07:44:56 -0500 |
commit | d29f5463299493eef24c0a41b607ebae3ce3ae36 (patch) | |
tree | f3716ef66c7894a43743d4caece526d566396c86 | |
parent | a48226a4a4603c0ed78200d662ee3096fa7d7b4a (diff) |
configure: Drop Guile 2.0 support.v0.2.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca3e301..e7c9df3 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,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([2.2 2.0]) +GUILE_PKG([2.2]) GUILE_PROGS GUILE_MODULE_REQUIRED([gl]) |