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
59AC_ARG_WITH([systemd], 59AC_ARG_WITH([systemd],
60 [AS_HELP_STRING([--without-systemd], 60 [AS_HELP_STRING([--without-systemd],
61 [do not build with systemd support @<:@default=yes@:>@])], 61 [do not build with systemd support @<:@default=yes@:>@])],
62 [with_systemd=no], 62 [],
63 [with_systemd=yes]) 63 [with_systemd=yes])
64 64
65AC_ARG_WITH([systemdsystemunitdir], 65AC_ARG_WITH([systemdsystemunitdir],