From e4ac049b0979f3921ef969cbecd8e071244534ea Mon Sep 17 00:00:00 2001 From: Jian-Hong Pan Date: Fri, 15 Mar 2024 17:06:41 +0800 Subject: [PATCH] [Endless] Do not integrate systemdunit when build This ia a workaround to avoid installing the systemd units into build system's filesystem directly when test build. This should be considered again when next rebase. Upstream changes to meson build tool since version 23.360.11. https://phabricator.endlessm.com/T34667 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 376e1c8f..595dffb7 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ if test x$enable_upstart_monitoring = xyes; then fi AM_CONDITIONAL(ENABLE_UPSTART_MONITORING, [test "$enable_upstart_monitoring" = yes]) -AC_ARG_ENABLE(systemd-integration, AS_HELP_STRING([--enable-systemd-integration],[coordinate boot up with systemd]),enable_systemd_integration=$enableval,enable_systemd_integration=yes) +AC_ARG_ENABLE(systemd-integration, AS_HELP_STRING([--enable-systemd-integration],[coordinate boot up with systemd]),enable_systemd_integration=$enableval,enable_systemd_integration=no) AM_CONDITIONAL(ENABLE_SYSTEMD_INTEGRATION, [test "$enable_systemd_integration" = yes]) if test x$enable_systemd_integration = xyes; then