From 3612ac6f181a0ede9c21331fc70cfebff4c1a7ec Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 16 Dec 2019 10:46:59 +0100 Subject: Allow building with Guile 3.0. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index bee7220..914be6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Guile-Debbugs --- Guile bindings for Debbugs -dnl Copyright © 2017 Ricardo Wurmus +dnl Copyright © 2017, 2018, 2019 Ricardo Wurmus dnl dnl This file is part of Guile-Debbugs. dnl @@ -23,10 +23,10 @@ AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) AM_SILENT_RULES([yes]) -GUILE_PKG([2.2]) +GUILE_PKG([3.0 2.2]) GUILE_PROGS if test "x$GUILD" = "x"; then - AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.]) + AC_MSG_ERROR(['guild' binary not found; please check your Guile installation.]) fi GUILE_MODULE_AVAILABLE([have_guile_email], [(email email)]) -- cgit v1.2.3