summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-18 15:18:00 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-18 15:18:00 +0100
commitc238cc9f87926a12ad34b989ac53d7a9549f8f5c (patch)
tree98096f7d50b8a7777fb22a97afe6912f5c5bbdd1 /configure.ac
parent23daae21afe7cab4ba07d611dbff64a78f302e8a (diff)
downloadcuirass-c238cc9f87926a12ad34b989ac53d7a9549f8f5c.tar
cuirass-c238cc9f87926a12ad34b989ac53d7a9549f8f5c.tar.gz
build: Allow builds with Guile 3.0.
* configure.ac: Add "3.0" to 'GUILE_PKG'. * README: Mention it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0de0065..d562c94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script.
# Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
-# Copyright © 2017, 2018 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2017, 2018, 2020 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
#
# This file is part of Cuirass.
@@ -36,7 +36,7 @@ AC_PROG_MKDIR_P
AC_PROG_SED
# We need Fibers, which requires 2.2+.
-GUILE_PKG([2.2])
+GUILE_PKG([3.0 2.2])
AC_PATH_PROG([GUILE], [guile])
AC_PATH_PROG([GUILD], [guild])