From b3903cffea8d3b4fda1a41ce9fa36f23bdfa68fa Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 23 Apr 2016 16:15:55 +0000 Subject: Revert "shutdown trigger select" on Darwin. Fixed daemon shutdown on Darwin without "MHD_USE_PIPE_FOR_SHUTDOWN" option. --- ChangeLog | 4 ++++ configure.ac | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b154ffea..de75f25c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 23 14:17:15 CET 2016 + Revert "shutdown trigger select" on Darwin. Fixed daemon shutdown + on Darwin without "MHD_USE_PIPE_FOR_SHUTDOWN" option. -EG + Fri Apr 22 14:29:28 CET 2016 Fixed race conditions when stopping quiesced daemon with thread pool. -EG diff --git a/configure.ac b/configure.ac index dea7e5c0..61da658d 100644 --- a/configure.ac +++ b/configure.ac @@ -148,7 +148,6 @@ case "$host_os" in AC_DEFINE_UNQUOTED(OSX,1,[This is an OS X system]) CFLAGS="-no-cpp-precomp -fno-common $CFLAGS" mhd_host_os='Darwin' - shutdown_trig_select='yes' AC_MSG_RESULT([[$mhd_host_os]]) ;; freebsd*) -- cgit v1.2.3