From 387a44f5ece0af6e805bd1a469d1aa1358d60d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 21 Nov 2018 21:31:07 +0100 Subject: guile: add support of Guile 2.2 (issue #1098) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ea014a988..53a2f3dba 100644 --- a/configure.ac +++ b/configure.ac @@ -727,7 +727,7 @@ if test "x$enable_guile" = "xyes" ; then guile_found="no" AC_MSG_CHECKING(for Guile headers and libraries) echo - for v in "2.0" ; do + for v in "2.2" "2.0" ; do pkgconfig_guile_found=`$PKGCONFIG --exists guile-$v 2>/dev/null` if test "x$?" = "x0" ; then GUILE_VERSION=`$PKGCONFIG --modversion guile-$v` -- cgit v1.2.3