]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Fix filter output of configure summary.
authorAndre Noll <maan@systemlinux.org>
Sat, 26 Oct 2013 05:26:01 +0000 (07:26 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:51:58 +0000 (11:51 +0100)
The $filters variable contained newlines, which made the output
rather ugly.

configure.ac

index 0dbc6b3b0c6524aef886cbccda4d02e19b535460..9927c60dbca695a11b3d7aa44d0dc783283074e8 100644 (file)
@@ -1497,7 +1497,7 @@ unix socket credentials: $have_ucred
 readline (interactive CLIs): $have_readline
 audio formats handlers: $audio_format_handlers
 id3 version2 support: $have_libid3tag
-filters: $filters
+filters: $(echo $filters)
 writers: $writers
 
 $mixer_summary