Lines Matching defs:systemd
576 AC_ARG_ENABLE(systemd-logind, AS_HELP_STRING([--enable-systemd-logind], [Build systemd-logind support (default: auto)]), [SYSTEMD_LOGIND=$enableval], [SYSTEMD_LOGIND=auto])
816 dnl systemd socket activation
817 dnl activate the code in libxtrans that grabs systemd's socket fds
820 AC_ARG_WITH([systemd-daemon],
821 AS_HELP_STRING([--with-systemd-daemon],
822 [support systemd socket activation (default: auto)]),
836 AC_MSG_ERROR([systemd support requested but no library has been found])
902 AC_MSG_ERROR([systemd-logind requested, but D-Bus is not installed.])
905 AC_MSG_ERROR([systemd-logind is only supported in combination with udev configuration.])
908 AC_DEFINE(SYSTEMD_LOGIND, 1, [Enable systemd-logind integration])