diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-10-03 15:13:06 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-10-03 15:13:06 -0400 |
commit | 049c0160e7058555b93bf8efd9e7f2cf29de0290 (patch) | |
tree | 33bffedb4a4d730e138cb877df4b79ee8a33a01f /configure.ac | |
parent | 5a6ea82c9ad859972c01d2908b2f66fb3addcfbb (diff) |
configure: Accept Guile 3.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index de27211..1371b8c 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AM_SILENT_RULES([yes]) AC_CONFIG_FILES([Makefile sdl2/config.scm]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) -GUILE_PKG([2.2 2.0]) +GUILE_PKG([3.0 2.2 2.0]) GUILE_PROGS # Core SDL2 |