mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
fix the help for --disable-per-user-esound-socket so that it actually
refers to the --disable action. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2197 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bc5e3f1555
commit
25f950710e
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ AC_DEFINE_UNQUOTED(PA_ACCESS_GROUP,"$PA_ACCESS_GROUP", [Access group])
|
||||||
|
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
per_user_esound_socket,
|
per_user_esound_socket,
|
||||||
AS_HELP_STRING([--disable-per-user-esound-socket], [Use per-user esound socket directory, like /tmp/.esd-UID/socket.]),
|
AS_HELP_STRING([--disable-per-user-esound-socket], [Use global esound socket directory /tmp/.esd/socket.]),
|
||||||
[
|
[
|
||||||
case "${enableval}" in
|
case "${enableval}" in
|
||||||
yes) per_user_esound_socket=1 ;;
|
yes) per_user_esound_socket=1 ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue