commit eba022ce02aef76fd7d4babed1ce248d50427112
parent b98468404c7c2a3adc5a591a9472fdd957a01341
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 1 Feb 2017 00:09:22 +0100
shutdown triggered select is not true for FreeBSD
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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*)