diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-16 10:46:59 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-16 10:46:59 +0100 |
commit | 3612ac6f181a0ede9c21331fc70cfebff4c1a7ec (patch) | |
tree | 173d4866b0bedb30a2ec29256809bb9e7c00faa4 /configure.ac | |
parent | fb0ae064037a38a0d526e08b4ad24c52e205edb9 (diff) |
Allow building with Guile 3.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files 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 <rekado@elephly.net> +dnl Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> 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)]) |