mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-06 20:37:02 +00:00
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:
parent
bb55f06a51
commit
a4aad511f1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user