diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-03-11 16:13:03 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-11 18:42:09 +0100 |
| commit | e688c2df3924423b67892cc9939ca099c729d1cb (patch) | |
| tree | 56beea411f3986e86b3be1ce22f3f3dfe7622329 /configure.ac | |
| parent | 3c1ea8dcef3342dba9fb1456effb31eb106a189a (diff) | |
build: Require Guile 2.2.3 or later.
* configure.ac: For 2.2.x, require 2.2.3 or later.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06e86c209fc..6a6a020585c 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -96,7 +96,11 @@ dnl 'GUILE_EFFECTIVE_VERSION'. | |||
| 96 | GUILE_PKG([3.0 2.2]) | 96 | GUILE_PKG([3.0 2.2]) |
| 97 | GUILE_PROGS | 97 | GUILE_PROGS |
| 98 | if test "x$GUILD" = "x"; then | 98 | if test "x$GUILD" = "x"; then |
| 99 | AC_MSG_ERROR(['guild' binary not found; please check your guile-2.x installation.]) | 99 | AC_MSG_ERROR(['guild' binary not found; please check your Guile installation.]) |
| 100 | fi | ||
| 101 | |||
| 102 | if test "x$GUILE_EFFECTIVE_VERSION" = "x2.2"; then | ||
| 103 | PKG_CHECK_MODULES([GUILE], [guile-2.2 >= 2.2.3]) | ||
| 100 | fi | 104 | fi |
| 101 | 105 | ||
| 102 | dnl Installation directories for .scm and .go files. | 106 | dnl Installation directories for .scm and .go files. |
