diff options
author | Max Kellermann <max@duempel.org> | 2008-12-24 03:40:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-24 03:40:00 +0100 |
commit | 136670832c9fd09861011e3624032a2ca6b8be59 (patch) | |
tree | 9df567c53b8e455f3040208d8916fde861e1f2a4 /configure.ac | |
parent | 2888ff9bfa02597599680cc25fb20fe59409f155 (diff) | |
download | mpd-136670832c9fd09861011e3624032a2ca6b8be59.tar.gz mpd-136670832c9fd09861011e3624032a2ca6b8be59.tar.xz mpd-136670832c9fd09861011e3624032a2ca6b8be59.zip |
configure.ac: renamed shout options
configure options should use the dash instead of the underscore.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 2b4595d46..8cc85b5de 100644 --- a/configure.ac +++ b/configure.ac @@ -121,14 +121,14 @@ AC_ARG_ENABLE(ao, enable_ao=$enableval, enable_ao=no) -AC_ARG_ENABLE(shout_ogg, - AS_HELP_STRING([--disable-shout_ogg], +AC_ARG_ENABLE(shout-ogg, + AS_HELP_STRING([--disable-shout-ogg], [disable support for ogg streaming through shout (default: enable)]), [enable_shout_ogg=$enableval], [enable_shout_ogg=yes]) -AC_ARG_ENABLE(shout_mp3, - AS_HELP_STRING([--disable-shout_mp3], +AC_ARG_ENABLE(shout-mp3, + AS_HELP_STRING([--disable-shout-mp3], [disable support for mp3 streaming through shout (default: enable)]), [enable_shout_mp3=$enableval], [enable_shout_mp3=yes]) |