diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-17 17:14:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-17 17:14:20 +0100 |
commit | 7b2a47a702b7393cd968640079f8703c932d1405 (patch) | |
tree | fdcf3df78e569da261c7d92fb8aef20c04620b73 /configure.ac | |
parent | 1bb30aa35b0a7cf999c570113b5836cff46bc8fa (diff) | |
download | patches-7b2a47a702b7393cd968640079f8703c932d1405.tar patches-7b2a47a702b7393cd968640079f8703c932d1405.tar.gz |
build: Allow builds with Guile 3.0.
* configure.ac: Add "3.0" in 'GUILE_PKG' invocation.
* doc/guix.texi (Requirements): Mention 3.0.x.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69ab9a97b8..06e86c209f 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ m4_pattern_forbid([^GUIX_]) dnl Search for 'guile' and 'guild'. This macro defines dnl 'GUILE_EFFECTIVE_VERSION'. -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.x installation.]) |