guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: build: Require Guile 2.2.3 or later.


From: guix-commits
Subject: 02/05: build: Require Guile 2.2.3 or later.
Date: Wed, 11 Mar 2020 13:42:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e688c2df3924423b67892cc9939ca099c729d1cb
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Mar 11 16:13:03 2020 +0100

    build: Require Guile 2.2.3 or later.
    
    * configure.ac: For 2.2.x, require 2.2.3 or later.
---
 configure.ac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 06e86c2..6a6a020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,11 @@ dnl 'GUILE_EFFECTIVE_VERSION'.
 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.])
+   AC_MSG_ERROR(['guild' binary not found; please check your Guile 
installation.])
+fi
+
+if test "x$GUILE_EFFECTIVE_VERSION" = "x2.2"; then
+  PKG_CHECK_MODULES([GUILE], [guile-2.2 >= 2.2.3])
 fi
 
 dnl Installation directories for .scm and .go files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]