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:
parent
b1e073bacd
commit
8581013911
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue