From 60f1a4cfc168ef903e1eb0a4a81a302261431a31 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 1 Aug 2020 17:07:02 +0200 Subject: build: Allow compilation with Guile 3.0. * configure.ac: Add "3.0" to 'GUILE_PKG'. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 26b063d..04c7eac 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_PROG_LN_S AC_PROG_MKDIR_P # Look for Guile. -GUILE_PKG([2.2 2.0]) +GUILE_PKG([3.0 2.2 2.0]) GUILE_PROGS GUILE_SITE_DIR AC_PATH_PROGS([GUILD], [guild]) -- cgit v1.2.3