summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2020-01-19 15:25:33 -0500
committerPaul Smith <psmith@gnu.org>2020-01-19 17:04:52 -0500
commitc30da63fd22771bdf1ef34ea60cef56c88e0ffdb (patch)
treee95e2c5bfa9adda5219c2e75e0731647912cd135 /configure.ac
parent3fb7312e9f738c497dcab0fbcad9771f775e10f8 (diff)
downloadmake-git-c30da63fd22771bdf1ef34ea60cef56c88e0ffdb.tar.gz
* configure.ac (guile): Check for Guile 3.0 installations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 22491073..a2bfd8da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,7 +176,7 @@ AC_ARG_WITH([guile], [AS_HELP_STRING([--with-guile],
PKG_PROG_PKG_CONFIG
AS_IF([test "x$with_guile" != xno],
-[ guile_versions="2.2 2.0 1.8"
+[ guile_versions="3.0 2.2 2.0 1.8"
guile_version=no
have_guile=no
AC_MSG_CHECKING([for GNU Guile])