diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-10 09:00:30 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-10 09:06:24 -0500 |
commit | 239d333807f82748aa74665035adf455cffb5e6c (patch) | |
tree | 64b16e25084c28b1db02f6cf96889c59d172afa8 | |
parent | df6b92b71b073aac65035471ecad8c3c2707be57 (diff) |
Update Guile version requirements to >= 3.0.6.
Thanks to Adam Rogoyski for pointing this out!
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,7 @@ * Dependencies - - Guile >= 3.0 + - Guile >= 3.0.6 - Guile-OpenGL >= 0.1.0 - Guile-SDL2 >= 0.8.0 diff --git a/configure.ac b/configure.ac index c286121..3702094 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ AC_SUBST([chickadee_datadir]) GUILE_PKG([3.0]) GUILE_PROGS +GUILE_MODULE_REQUIRED_EXPORT([(guile)], [mkdtemp]) GUILE_MODULE_REQUIRED([gl]) GUILE_MODULE_REQUIRED([sdl2]) |