configure.ac: renamed shout options

configure options should use the dash instead of the underscore.
This commit is contained in:
Max Kellermann 2008-12-24 03:40:00 +01:00
parent 2888ff9bfa
commit 136670832c

View File

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