diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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, |