From 9f7e7c8ce0131bf75434cdcfd9914cf336af005a Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 23 Oct 2017 12:50:14 -0700 Subject: [PATCH] Fix configure output formatting. Put the colon ':' before the continuation dots like all the other entries. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 96b76d99..299181c1 100644 --- a/configure.ac +++ b/configure.ac @@ -873,7 +873,7 @@ AC_MSG_NOTICE([ Fixed point debugging: ......... ${enable_fixed_point_debug} Inline Assembly Optimizations: . ${inline_optimization} External Assembly Optimizations: ${asm_optimization} - Intrinsics Optimizations.......: ${intrinsics_support} + Intrinsics Optimizations: ...... ${intrinsics_support} Run-time CPU detection: ........ ${rtcd_support} Custom modes: .................. ${enable_custom_modes} Assertion checking: ............ ${enable_assertions}