gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. b3


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. b37c6545e7220e295050080a39b326e866fa589a
Date: Thu, 10 Nov 2016 21:09:41 +0100 (CET)

The branch, master has been updated
       via  b37c6545e7220e295050080a39b326e866fa589a (commit)
      from  4b795e9fc603ccddeea2599c6919f80029837136 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b37c6545e7220e295050080a39b326e866fa589a
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Thu Nov 10 23:09:12 2016 +0300

    configure.ac: fixed typo prevented thread naming on FreeBSD

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 60ad6c1..1c59346 100644
--- a/configure.ac
+++ b/configure.ac
@@ -411,7 +411,7 @@ if test "x$enable_thread_names" != "xno" && test 
"x$USE_THREADS" = "xposix"; the
 
   AS_IF([[test "x$HAVE_THREAD_NAME_FUNC" != "xyes"]],
     [
-     AC_CHECK_DECL([[pthread_setname_np]],
+     AC_CHECK_DECL([[pthread_set_name_np]],
        [
         AC_MSG_CHECKING([[for pthread_set_name_np(3) in FreeBSD form]])
         AC_LINK_IFELSE(


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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