gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: having a working libidn is


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: having a working libidn is no longer optional
Date: Mon, 11 Mar 2019 02:48:47 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f0ed8c15c having a working libidn is no longer optional
f0ed8c15c is described below

commit f0ed8c15c4070c7fe1b79931ee4d327920c17ae7
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 11 02:48:18 2019 +0100

    having a working libidn is no longer optional
---
 ChangeLog    | 3 +++
 configure.ac | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index c33c6071b..125063ca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Mon Mar 11 02:47:55 CET 2019
+  Make configure complain if no working libidn is detected. -CG
+
 Sat Mar 9 15:58:45 2019 +0100
   REST: Config option for address bind. Defaults to localhost.
   GNS: dns2gns/gns-proxy config option for address bind. Defaults to localhost.
diff --git a/configure.ac b/configure.ac
index d858dca9c..440b4a5eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -905,6 +905,9 @@ AS_IF([test x$working_libidn2 = x0],
                                      * --with-libidn])])])])
 AM_CONDITIONAL(HAVE_LIBIDN, test x$working_libidn1 = x1)
 
+AS_IF([test "$working_libidn1" = 0 -a "$working_libidn2" = 0],
+      [AC_MSG_ERROR([GNUnet requires libidn (or libidn2)])])
+
 AS_IF([test x$there_can_only_be_one = x0],
       [AC_MSG_FAILURE([Missing dependencies: $MISSING_DEPS])])
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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