pipe: Fix wording in configure and add configure status.
This commit is contained in:
parent
cabbf7ab4a
commit
374e090985
@ -499,7 +499,7 @@ AC_ARG_ENABLE(fifo,
|
|||||||
|
|
||||||
AC_ARG_ENABLE(pipe-output,
|
AC_ARG_ENABLE(pipe-output,
|
||||||
AS_HELP_STRING([--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)
|
enable_pipe_output=no)
|
||||||
|
|
||||||
if test x$enable_pipe_output = xyes; then
|
if test x$enable_pipe_output = xyes; then
|
||||||
@ -1234,6 +1234,12 @@ else
|
|||||||
echo " OS X support ..................disabled"
|
echo " OS X support ..................disabled"
|
||||||
fi
|
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
|
if test x$enable_pulse = xyes; then
|
||||||
echo " PulseAudio support ............enabled"
|
echo " PulseAudio support ............enabled"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user