raster pushed a commit to branch master.

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

commit b93947e20646bce2f78a50abf5a076f1a2ae64fd
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Sep 27 13:45:03 2016 +0900

    efl configure - show that systemd is enabled by default
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4f6d9be..cea97db 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=enabled@:>@])],
+   [AS_HELP_STRING([--disable-systemd],[Disable systemd support. 
@<:@default=enabled@:>@])],
    [
     if test "x${enableval}" = "xyes" ; then
        want_systemd="yes"

-- 


Reply via email to