diff options
author | Max Kellermann <max@duempel.org> | 2011-09-19 07:42:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-19 09:39:05 +0200 |
commit | df1152ee0f3b3761e9956c0084094400d1250705 (patch) | |
tree | f5998a266892952ce030f8f6bf3a537d4f134927 | |
parent | 79435dbdec9649f85af245ba6be4c8257e3a63bc (diff) |
configure.ac: fix solaris result display
Wrong variable name.
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ ver 0.16.5 (2010/??/??) -* configure.ac: disable assertions in the non-debugging build +* configure.ac + - disable assertions in the non-debugging build + - show solaris plugin result correctly * pcm_format: fix 32-to-24 bit conversion (the "silence" bug) * input: - rewind: reduce heap usage diff --git a/configure.ac b/configure.ac index 9a9576271..e87cf114b 100644 --- a/configure.ac +++ b/configure.ac @@ -1553,7 +1553,7 @@ results(pulse, [PulseAudio]) results(mvp, [Media MVP]) results(shout, [SHOUTcast]) printf '\n\t' -results(solaris, [Solaris]) +results(solaris_output, [Solaris]) results(winmm_output, [WinMM]) if |