diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-10 19:16:05 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-10 19:16:05 -0500 |
commit | 302753bf87d1b96cfa1b67d87ca56d3050024e54 (patch) | |
tree | 0dd47437907082ba2b0e5bf4227dd92c6f630a39 /configure.ac | |
parent | 65c8e4d0b0ec62f6d9bc4ea5618535ed13b2101b (diff) |
Allow building with Guile 2.2.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1812ed9..549e0eb 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,8 @@ AM_SILENT_RULES([yes]) AC_CONFIG_FILES([Makefile sdl2/config.scm]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) -GUILE_PROGS([2.0.9]) +GUILE_PKG([2.2 2.0]) +GUILE_PROGS # Core SDL2 PKG_CHECK_MODULES([SDL2], [sdl2]) |