gash-devel
[Top][All Lists]
Advanced

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

[PATCH] build: Allow builds with Guile 3.0.


From: Ludovic Courtès
Subject: [PATCH] build: Allow builds with Guile 3.0.
Date: Thu, 6 Jun 2019 16:47:05 +0200

"make && make check" pass with Guile 2.9.2.

* configure.ac: Add "3.0" to 'GUILE_PKG'.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5cb200f..104e5a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([color-tests silent-rules -Wall -Werror])
 AM_SILENT_RULES([yes])
 
-GUILE_PKG([2.2 2.0])
+GUILE_PKG([3.0 2.2 2.0])
 GUILE_PROGS
 
 AC_ARG_VAR([GUILD], [guild (Guile compiler) command])
-- 
2.21.0




reply via email to

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