gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/03: Fixed configure --without-threads


From: gnunet
Subject: [libmicrohttpd] 02/03: Fixed configure --without-threads
Date: Sun, 27 Dec 2020 17:39:33 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0592f4e2c0f3b2b117106ded98dae048f8ea056a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Dec 27 18:23:07 2020 +0300

    Fixed configure --without-threads
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index ac5afe0a..87ca4474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,6 +551,7 @@ AS_CASE([[$with_threads]],
   [[posix]], [[:]],
   [[w32]], [[:]],
   [[none]], [[with_threads='none']],
+  [[no]], [[with_threads='none']],
   [[auto]], [[:]],
     [AC_MSG_ERROR([[incorrect parameter "$with_threads" specified for 
--with-threads]])]
 )

-- 
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]