From 827cccca06a35828c1e340a70743121f3fb20246 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Sat, 30 Mar 2013 18:14:07 +0900 Subject: [PATCH] systemd: support only since 192. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c1795992..caeaa0f55 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])