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 /configure.ac | |
parent | df6b92b71b073aac65035471ecad8c3c2707be57 (diff) |
Update Guile version requirements to >= 3.0.6.
Thanks to Adam Rogoyski for pointing this out!
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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]) |