autotools: correct the configure help for systemd

by default, systemd on linux is enabled. mention this in help
This commit is contained in:
Amitesh Singh 2016-09-27 10:54:37 +05:30
parent 0566abeee8
commit 3b8fbf6901
1 changed files with 1 additions and 1 deletions

View File

@ -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"