+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.
* --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])])