cedric pushed a commit to branch master.

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

commit 85772eb1130c3ff2b6fa9f2532a2f16e56268221
Author: Cedric BAIL <cedric.b...@samsung.com>
Date:   Wed Dec 11 13:46:33 2013 +0900

    autotools: only turn on auto testing on linux.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 540bcb4..adb1225 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,6 +211,7 @@ case "$host_os" in
    ;;
    linux*)
       have_linux="yes"
+      want_systemd="auto"
    ;;
 esac
 
@@ -567,8 +568,7 @@ AC_ARG_ENABLE([systemd],
     else
        want_systemd="no"
     fi
-   ],
-   [want_systemd="auto"])
+   ])
 
 # check for systemd library if requested
 if test "x${want_systemd}" = "xyes" -o "x${want_systemd}" = "xauto"; then

-- 


Reply via email to