summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2016-09-27 10:54:37 +0530
committerAmitesh Singh <amitesh.sh@samsung.com>2016-09-27 10:56:47 +0530
commit3b8fbf6901efa108a641f0be4fb2dd97220787f1 (patch)
tree306dec42a86fc79b3ea954496d1d94ac151ce631
parent0566abeee85f899dffd1b58260ada696d8a86af7 (diff)
downloadefl-3b8fbf6901efa108a641f0be4fb2dd97220787f1.tar.gz
autotools: correct the configure help for systemd
by default, systemd on linux is enabled. mention this in help
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"