pipe: Fix wording in configure and add configure status.

This commit is contained in:
Avuton Olrich 2009-02-28 07:41:05 -08:00
parent cabbf7ab4a
commit 374e090985

View File

@ -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