gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 313/324: configure.ac: Make guile a hard requirement.


From: gnunet
Subject: [gnunet-scheme] 313/324: configure.ac: Make guile a hard requirement.
Date: Tue, 21 Sep 2021 13:25:53 +0200

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 18dd768c5ab1b49d58b9813f2d0d2ab479e61e78
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 16 19:02:52 2021 +0200

    configure.ac: Make guile a hard requirement.
    
    If guile support would be disabled, there wouldn't be much left
    of scheme-gnunet.
    
    * confgure.ac: Remove --enable-guile code.
---
 configure.ac | 32 +++++++++-----------------------
 1 file changed, 9 insertions(+), 23 deletions(-)

diff --git a/configure.ac b/configure.ac
index ff96270..63bf98d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,13 +36,6 @@ AC_MSG_RESULT([***
 dnl Checks for programs.
 #PKG_PROG_PKG_CONFIG
 
-dnl GNU Guile support
-AC_MSG_CHECKING([whether building the Scheme implementation])
-AC_ARG_ENABLE(guile,
-        AS_HELP_STRING([--enable-guile], [build GNU Guile implementation]),
-                [opt_guile_impl=$enableval], [opt_guile_impl=yes])
-AC_MSG_RESULT($opt_guile_bindings)
-
 AC_ARG_WITH([guile-site-dir], AS_HELP_STRING([--with-guile-site-dir=DIR],
     [guile site directory for scheme-gnunet, default is guile system 
settings]),
     [guilesitedir="${withval}"], [guilesitedir='$(GUILE_SITE)'])
@@ -52,24 +45,17 @@ AC_ARG_WITH([guile-site-ccache-dir], 
AS_HELP_STRING([--with-guile-site-ccache-di
 AC_SUBST([guilesitedir])
 AC_SUBST([guilesiteccachedir])
 
-if test "$opt_guile_impl" = "yes"; then
-   AC_MSG_RESULT([***
-*** Detecting GNU Guile...
-])
-
-   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 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_PROGS
-   GUILE_SITE_DIR
-   GUILE_FLAGS
-fi
+dnl TODO check if 2.x works
+GUILE_PKG([3.0 2.2 2.0])
+GUILE_PROGS
+GUILE_SITE_DIR
+GUILE_FLAGS
 
-AM_CONDITIONAL([HAVE_GUILE], [test "$opt_guile_bindings" = "yes"])
 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]