gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 07/12: Assume that 'guild' exists.


From: gnunet
Subject: [gnunet-scheme] 07/12: Assume that 'guild' exists.
Date: Thu, 03 Feb 2022 18:42:52 +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 1388b01479a475c65304687d3a50bde43c902cd4
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 3 16:54:16 2022 +0000

    Assume that 'guild' exists.
    
    It's nowadays (Guile 3.0+) a safe assumption.
    
    * Makefile.am: Remove HAVE_GUILD conditional.
    * configure.ac: Don't set HAVE_GUILD.
---
 Makefile.am  | 2 --
 configure.ac | 2 --
 2 files changed, 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ec5d022..7ebbd82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,6 @@ nobase_dist_guilesite_DATA += \
   $(E)wlan.scmfrag
 
 # Scheme code compilation
-if HAVE_GUILD
 nobase_nodist_guilesiteccache_DATA = $(GOBJECTS)
 
 # Do not unset 'GUILE_LOAD_COMPILED_PATH', as guile-pfds as installed
@@ -151,7 +150,6 @@ nobase_nodist_guilesiteccache_DATA = $(GOBJECTS)
          -L "$(top_srcdir)"                                            \
          -Wformat -Wunbound-variable -Warity-mismatch                  \
          -o "$@" "$<" >&$$out
-endif
 
 TEST_EXTENSIONS = .scm
 TESTS =
diff --git a/configure.ac b/configure.ac
index 68da293..33d6065 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,6 +56,4 @@ dnl TODO check if 2.x works
 GUILE_PKG([3.0 2.2 2.0])
 GUILE_PROGS
 
-AM_CONDITIONAL([HAVE_GUILD], [test "x$GUILD" != "x"])
-
 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]