summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@samsung.com>2013-12-11 13:46:33 +0900
committerCedric BAIL <cedric.bail@samsung.com>2013-12-11 13:46:33 +0900
commit85772eb1130c3ff2b6fa9f2532a2f16e56268221 (patch)
treefd8b041940cfb72418bdd9a30a227ac583bd4c1e /configure.ac
parent3392f08f59069ccda225151b77d8238b89f010e8 (diff)
autotools: only turn on auto testing on linux.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 540bcb4f2..adb1225de 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