From 06e33ef5e44a5123c1ffe019fe2148fec2671628 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 26 Oct 2013 07:26:01 +0200 Subject: [PATCH] build: Fix filter output of configure summary. The $filters variable contained newlines, which made the output rather ugly. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0dbc6b3b..9927c60d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.5