Update --enable-celt051 help string

Use AS_HELP_STRING in order to fix indentation of configure --help.
Default is now auto, as the "[enable_celt051="auto"]" parameter.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-12-12 09:16:37 +00:00
parent bb55f06a51
commit a4aad511f1

View File

@ -114,7 +114,8 @@ AC_DEFUN([SPICE_CHECK_SMARTCARD], [
#--------------------
AC_DEFUN([SPICE_CHECK_CELT051], [
AC_ARG_ENABLE([celt051],
[ --enable-celt051 Enable celt051 audio codec (disabled by default)],,
AS_HELP_STRING([--enable-celt051],
[Enable celt051 audio codec @<:@default=auto@:>@]),,
[enable_celt051="auto"])
if test "x$enable_celt051" != "xno"; then