From 136670832c9fd09861011e3624032a2ca6b8be59 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Dec 2008 03:40:00 +0100 Subject: configure.ac: renamed shout options configure options should use the dash instead of the underscore. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3