Commit 374e0909 authored by Avuton Olrich's avatar Avuton Olrich

pipe: Fix wording in configure and add configure status.

parent cabbf7ab
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment