diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-23 16:15:55 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-23 16:15:55 +0000 |
commit | b3903cffea8d3b4fda1a41ce9fa36f23bdfa68fa (patch) | |
tree | 1b6daf514800cfb2a69ffaba4523280e727d7949 | |
parent | 366a260595db768fa12371b8a746894e73f5af79 (diff) |
Revert "shutdown trigger select" on Darwin.
Fixed daemon shutdown on Darwin without "MHD_USE_PIPE_FOR_SHUTDOWN" option.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -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*) |