guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 06/08: build: Accept Guile 3.0.


From: Ludovic Courtès
Subject: [shepherd] 06/08: build: Accept Guile 3.0.
Date: Wed, 26 Sep 2018 08:57:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit ff336fe53d758e4cd2793ac7c3bd918cc5b7d722
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 26 14:45:11 2018 +0200

    build: Accept Guile 3.0.
    
    * configure.ac: Add 3.0 to 'GUILE_PKG'.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a270361..13a306f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,9 @@ AC_CANONICAL_HOST
 AC_PROG_MKDIR_P
 AC_PROG_SED
 
-dnl Check for Guile 2.x.
+dnl Check for Guile 2.x+.
 m4_pattern_forbid([^GUILE_PKG$])
-GUILE_PKG([2.2 2.0])
+GUILE_PKG([3.0 2.2 2.0])
 
 dnl Checks for programs.
 GUILE_PROGS



reply via email to

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