ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3b8fbf6901efa108a641f0be4fb2dd97220787f1

commit 3b8fbf6901efa108a641f0be4fb2dd97220787f1
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Tue Sep 27 10:54:37 2016 +0530

    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 9c18780..4f6d9be 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"

-- 


Reply via email to