[Spice-devel] [PATCH spice-common] Update --enable-celt051 help string
Frediano Ziglio
fziglio at redhat.com
Wed Dec 12 09:18:49 UTC 2018
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 at redhat.com>
---
m4/spice-deps.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index 4bf4eb5..aafe89e 100644
--- a/m4/spice-deps.m4
+++ b/m4/spice-deps.m4
@@ -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
--
2.17.2
More information about the Spice-devel
mailing list