From 374e090985058eec8839b16d449ef67394494fb6 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 28 Feb 2009 07:41:05 -0800 Subject: pipe: Fix wording in configure and add configure status. --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d71d3eb0f..118f1d492 100644 --- a/configure.ac +++ b/configure.ac @@ -499,7 +499,7 @@ AC_ARG_ENABLE(fifo, AC_ARG_ENABLE(pipe-output, AS_HELP_STRING([--enable-pipe-output], - [disable support for writing audio to a pipe (default: disable)]),, + [enable support for writing audio to a pipe (default: disable)]),, enable_pipe_output=no) if test x$enable_pipe_output = xyes; then @@ -1234,6 +1234,12 @@ else echo " OS X support ..................disabled" fi +if test x$enable_pipe_output = xyes; then + echo " Pipeline output support .......enabled" +else + echo " Pipeline output support .......disabled" +fi + if test x$enable_pulse = xyes; then echo " PulseAudio support ............enabled" else -- cgit v1.2.3