diff options
author | Oz Tiram <[email protected]> | 2024-03-06 23:04:20 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-03-11 18:33:37 +0000 |
commit | d7f3c6235a8caba9e372c51bb3e0306be1fa240b (patch) | |
tree | fac750f61f57b4f47ce0a8d5fccd82e2e72d86ef | |
parent | 97fdfef2d15bfc26bdb5ecc7fcbe022bd65496a9 (diff) | |
download | mate-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.ac | 2 |
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} |