summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d204ba0..5e8fad7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ fi
AC_ARG_WITH([systemd],
[AS_HELP_STRING([--without-systemd],
[do not build with systemd support @<:@default=yes@:>@])],
- [with_systemd=no],
+ [],
[with_systemd=yes])
AC_ARG_WITH([systemdsystemunitdir],