gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 08/12: configure.ac: Only support Guile 3.0.


From: gnunet
Subject: [gnunet-scheme] 08/12: configure.ac: Only support Guile 3.0.
Date: Thu, 03 Feb 2022 18:42:53 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 1b37142692c377f7883cf7ec13f8068d796a5031
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 3 16:56:08 2022 +0000

    configure.ac: Only support Guile 3.0.
    
    * configure.ac: Rmove 2.2 and 2.0 from GUILE_PKG.
---
 configure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 33d6065..37c8135 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,12 +48,10 @@ AC_SUBST([guilesitedir])
 AC_SUBST([guilesiteccachedir])
 
 dnl Check for 'guild', which can be used to compile Scheme code
-dnl on Guile 2.x and 3.x.
 AC_PATH_PROG([GUILD], [guild])
 AC_SUBST([GUILD])
 
-dnl TODO check if 2.x works
-GUILE_PKG([3.0 2.2 2.0])
+GUILE_PKG([3.0])
 GUILE_PROGS
 
 AC_OUTPUT([Makefile])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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