From 85810139113f011adabdf1354b5824f0eb1bcd4b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Aug 2018 10:27:13 +0200 Subject: [PATCH] configure.ac: default to --disable-daemon on Windows This typo was present since the option was added in commit ed001e0cfb4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6eb5f50b5..2e518df98 100644 --- a/configure.ac +++ b/configure.ac @@ -315,7 +315,7 @@ else fi default_enable_daemon=yes -if test x$host_is_android = xyes || test x$host_is_android = xyes; then +if test x$host_is_android = xyes || test x$host_is_windows = xyes; then default_enable_daemon=no fi AC_ARG_ENABLE(daemon,