aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-01 00:09:22 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-01 00:09:29 +0100
commiteba022ce02aef76fd7d4babed1ce248d50427112 (patch)
tree0803fba64dabb2ab757dd12088872e96b072371d
parentb98468404c7c2a3adc5a591a9472fdd957a01341 (diff)
downloadlibmicrohttpd-eba022ce02aef76fd7d4babed1ce248d50427112.tar.gz
libmicrohttpd-eba022ce02aef76fd7d4babed1ce248d50427112.zip
shutdown triggered select is not true for FreeBSD
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d9316ab6..8094d520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,7 +246,7 @@ freebsd*)
246 AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) 246 AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
247 AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system]) 247 AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system])
248 mhd_host_os='FreeBSD' 248 mhd_host_os='FreeBSD'
249 shutdown_trig_select='yes' 249 shutdown_trig_select='no'
250 AC_MSG_RESULT([[$mhd_host_os]]) 250 AC_MSG_RESULT([[$mhd_host_os]])
251 ;; 251 ;;
252openbsd*) 252openbsd*)