gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: shutdown triggered s


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: shutdown triggered select is not true for FreeBSD
Date: Wed, 01 Feb 2017 00:09:32 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new eba022ce shutdown triggered select is not true for FreeBSD
eba022ce is described below

commit eba022ce02aef76fd7d4babed1ce248d50427112
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 1 00:09:22 2017 +0100

    shutdown triggered select is not true for FreeBSD
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d9316ab6..8094d520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,7 +246,7 @@ freebsd*)
      AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
      AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system])
      mhd_host_os='FreeBSD'
-     shutdown_trig_select='yes'
+     shutdown_trig_select='no'
      AC_MSG_RESULT([[$mhd_host_os]])
      ;;
 openbsd*)

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



reply via email to

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