From 66c4ef8de90bcb55ea3e71d6c20c500de2e27261 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Thu, 18 Feb 2021 11:31:10 -0800 Subject: [PATCH] trivial: Fix formatting of configure output --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"