diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-01-01 16:38:08 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-01-01 16:38:08 -0500 |
commit | d88675559e99c0a65000fad0eb136fe45cb1f479 (patch) | |
tree | c73f89125342b50891c7ab15507b262f4cad44ae | |
parent | adb9012f74eaef7ae0daeaef70f6b6ff3bcce0c1 (diff) |
build: Improve Guile version check.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4a506b1..f053e73 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,9 @@ sly_prefix="`eval echo $prefix | sed -e"s|NONE|/usr/local|g"`" sly_datadir="`eval eval echo $datadir | sed -e "s|NONE|$sly_prefix|g"`" AC_SUBST([sly_datadir]) -GUILE_PROGS([2.0.11]) +GUILE_PKG([2.2 2.0]) +GUILE_PROGS + GUILE_MODULE_REQUIRED([sdl2]) GUILE_MODULE_REQUIRED([sdl2 image]) GUILE_MODULE_REQUIRED([sdl2 mixer]) |