From 85772eb1130c3ff2b6fa9f2532a2f16e56268221 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 11 Dec 2013 13:46:33 +0900 Subject: [PATCH] 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 540bcb4f23..adb1225de6 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