From 534695640d3135a388328170d7379a89d52087d9 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 11 Sep 2017 14:19:20 +0200 Subject: build: Support Guile 2.2 in addition to legacy versions. * configure.ac: Use 'GUILE_PKG' macro. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index eaadbd8..7d4f4d7 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ AC_PROG_LN_S AC_PROG_MKDIR_P # Look for Guile. +GUILE_PKG([2.2 2.0 1.8]) GUILE_PROGS GUILE_SITE_DIR AC_PATH_PROGS([GUILD], [guild guile-tools]) -- cgit v1.2.3