Commit 85810139 authored by Max Kellermann's avatar Max Kellermann

configure.ac: default to --disable-daemon on Windows

This typo was present since the option was added in commit ed001e0c
parent b1e073ba
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment