gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: address #5627


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: address #5627
Date: Sat, 06 Apr 2019 16:44:40 +0200

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 4ef2e1879 address #5627
4ef2e1879 is described below

commit 4ef2e18796a22b3959234756234ccf0ca4f338a1
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 6 16:44:39 2019 +0200

    address #5627
---
 configure.ac | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/configure.ac b/configure.ac
index fbc447acb..c8f7209f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,19 @@ AC_PREREQ(2.61)
 AC_INIT([gnunet], [0.11.2], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 
+# check for legacy option that is no longer supported (#5627) and fail hard
+AC_ARG_WITH(nssdir,
+   [  --with-nssdir=DIR    legacy switch, no longer supported, do not use],
+   [AC_MSG_RESULT([$with_nssdir])
+    case $with_nssdir in
+      no)
+        ;;
+      *)
+        AC_MSG_ERROR([--with-nssdir is no longer supported])
+        ;;
+     esac
+   ])
+
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CANONICAL_SYSTEM

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



reply via email to

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