gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated (d5276ef3 -> 113fc177


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated (d5276ef3 -> 113fc177)
Date: Mon, 19 Jun 2017 22:43:16 +0200

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

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from d5276ef3 Fix test_concurrent_stop regression introduced by 
e8d937beb5e0bf118c381846f2392cab973a2528
     new 24fd9a03 configure.ac: removed outdated comment
     new 113fc177 Added support for GNU Hurd detection Actually GNU Hurd is 
supported since f3dd2a630369473fe3bc0ac86983e59f64457a97

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 443dcf24..b8b10c62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,15 +326,16 @@ netbsd*)
      mhd_host_os='OS/390'
      AC_MSG_RESULT([[$mhd_host_os]])
     ;;
+gnu*)
+     AC_DEFINE([[GNU_HURD]], [[1]], [Define to `1' if host machine runs on GNU 
Hurd.])
+     mhd_host_os='GNU Hurd'
+     AC_MSG_RESULT([[$mhd_host_os]])
+    ;;
 *)
      mhd_host_os='unrecognised OS'
      AC_MSG_RESULT([[$mhd_host_os]])
      AC_MSG_WARN([Unrecognised OS $host_os])
      AC_DEFINE_UNQUOTED(OTHEROS,1,[Some strange OS])
-#    You might want to find out if your OS supports shutdown on listen sockets,
-#    and extend the switch statement; if we do not have 'HAVE_LISTEN_SHUTDOWN',
-#    pipes are used instead to signal 'select'.
-#    AC_DEFINE_UNQUOTED(HAVE_LISTEN_SHUTDOWN,1,[can use shutdown on listen 
sockets])
 ;;
 esac
 

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



reply via email to

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