diff options
author | Ralph Giles <giles@thaumas.net> | 2017-10-23 12:50:14 -0700 |
---|---|---|
committer | Ralph Giles <giles@thaumas.net> | 2017-10-23 12:50:14 -0700 |
commit | 9f7e7c8ce0131bf75434cdcfd9914cf336af005a (patch) | |
tree | adc4025eb1e1bb635c4b3c3b8996a9d65f9c5ed0 /configure.ac | |
parent | 43dfdc08ba57ce164e99e11226bcfad31db413e4 (diff) | |
download | opus-9f7e7c8ce0131bf75434cdcfd9914cf336af005a.tar.gz |
Fix configure output formatting.
Put the colon ':' before the continuation dots like all the
other entries.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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} |