summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@free.fr>2013-03-30 18:14:07 +0900
committerCedric Bail <cedric.bail@free.fr>2013-03-30 18:14:26 +0900
commit827cccca06a35828c1e340a70743121f3fb20246 (patch)
treed4bc4fc5fa84926c683f7cab51dac7b99b761ea8 /configure.ac
parent4e35b0369e7ce3cf1bb49f60a838be75d7c2678e (diff)
downloadenlightenment-827cccca06a35828c1e340a70743121f3fb20246.tar.gz
systemd: support only since 192.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c17959921..caeaa0f55c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,7 +206,7 @@ if test "x${have_bluetooth}" = "xyes"; then
fi
# Detect systemd user session directory properly
-EFL_PKG_CHECK_VAR([USER_SESSION_DIR], [systemd], [systemduserunitdir],
+EFL_PKG_CHECK_VAR([USER_SESSION_DIR], [systemd >= 192], [systemduserunitdir],
[have_systemd_user_session="yes"], [have_systemd_user_session="no"])
AM_CONDITIONAL([HAVE_SYSTEMD_USER_SESSION], [test "x${have_systemd_user_session}" = "xyes"])
AC_SUBST([USER_SESSION_DIR])