diff options
author | Phaedrus Leeds <mwleeds@endlessos.org> | 2021-02-18 11:31:10 -0800 |
---|---|---|
committer | Phaedrus Leeds <mwleeds@endlessos.org> | 2021-02-18 11:31:10 -0800 |
commit | 66c4ef8de90bcb55ea3e71d6c20c500de2e27261 (patch) | |
tree | 56922c7059b1c38ce51bb2fbd65ec090c9c6f19a | |
parent | d192d1b43b78f28a8d9fe8968aa93882c327abc9 (diff) | |
download | flatpak-66c4ef8de90bcb55ea3e71d6c20c500de2e27261.tar.gz |
trivial: Fix formatting of configure outputtrivial-configure-output
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dc1561fa..259401c1 100644 --- a/configure.ac +++ b/configure.ac @@ -594,7 +594,7 @@ fi echo "" echo " Flatpak $FLATPAK_VERSION" -echo " =============" +echo " ==============" echo "" echo " Build system helper: $enable_system_helper" echo " Build selinux module: $enable_selinux_module" |