aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2020-08-01 17:07:02 +0200
committerLudovic Courtès2020-08-01 17:07:02 +0200
commit60f1a4cfc168ef903e1eb0a4a81a302261431a31 (patch)
treec8231f26f287114a1ff1b2451be8e0ca96fc8d25
parent8fa28fc0e01271e0f7e67e87bbcfc620d63af3b1 (diff)
downloadskribilo-60f1a4cfc168ef903e1eb0a4a81a302261431a31.tar.gz
skribilo-60f1a4cfc168ef903e1eb0a4a81a302261431a31.tar.lz
skribilo-60f1a4cfc168ef903e1eb0a4a81a302261431a31.zip
build: Allow compilation with Guile 3.0.
* configure.ac: Add "3.0" to 'GUILE_PKG'.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])