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

This typo was present since the option was added in commit ed001e0cfb
This commit is contained in:
Max Kellermann 2018-08-02 10:27:13 +02:00
parent b1e073bacd
commit 8581013911
1 changed files with 1 additions and 1 deletions

View File

@ -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,