diff options
-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)]) |