commit b3903cffea8d3b4fda1a41ce9fa36f23bdfa68fa
parent 366a260595db768fa12371b8a746894e73f5af79
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sat, 23 Apr 2016 16:15:55 +0000
Revert "shutdown trigger select" on Darwin.
Fixed daemon shutdown on Darwin without "MHD_USE_PIPE_FOR_SHUTDOWN" option.
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git 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
@@ -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*)