systemd: support only since 192.

This commit is contained in:
Cedric Bail 2013-03-30 18:14:07 +09:00
parent 4e35b0369e
commit 827cccca06
1 changed files with 1 additions and 1 deletions

View File

@ -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])