summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2024-03-06 23:04:20 +0100
committerLuke from DC <[email protected]>2024-03-11 18:33:37 +0000
commitd7f3c6235a8caba9e372c51bb3e0306be1fa240b (patch)
treefac750f61f57b4f47ce0a8d5fccd82e2e72d86ef
parent97fdfef2d15bfc26bdb5ecc7fcbe022bd65496a9 (diff)
downloadmate-control-center-d7f3c6235a8caba9e372c51bb3e0306be1fa240b.tar.bz2
mate-control-center-d7f3c6235a8caba9e372c51bb3e0306be1fa240b.tar.xz
Fix summary output
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64409928..7a5ac8a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,7 +327,7 @@ Configure summary:
Ayatana AppIndicator (preferred) $(test "x$enable_appindicator" = xyes && echo no || echo yes)
Ubuntu AppIndicator (legacy) $(test "x$enable_appindicator" = xyes && echo yes || echo no)
- Systemd: $(test "x$enable_systemd" = xyes && echo yes || echo no)
+ Systemd: ${have_systemd}
Accountsservice: ${have_accountsservice}
Native Language support: ${USE_NLS}