From 3b8fbf6901efa108a641f0be4fb2dd97220787f1 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Tue, 27 Sep 2016 10:54:37 +0530 Subject: [PATCH] autotools: correct the configure help for systemd by default, systemd on linux is enabled. mention this in help --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9c187806bb..4f6d9be87e 100644 --- a/configure.ac +++ b/configure.ac @@ -714,7 +714,7 @@ else fi AC_ARG_ENABLE([systemd], - [AS_HELP_STRING([--enable-systemd],[Enable systemd support. @<:@default=disabled@:>@])], + [AS_HELP_STRING([--enable-systemd],[Enable systemd support. @<:@default=enabled@:>@])], [ if test "x${enableval}" = "xyes" ; then want_systemd="yes"