summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-12-12 09:16:37 +0000
committerFrediano Ziglio <fziglio@redhat.com>2018-12-12 16:27:18 +0000
commita4aad511f1c5c4be50bd6d880d182e70cc1349d1 (patch)
treecb1237eb6b35c7b7fa282ebdd999df1a01e8c67e
parentbb55f06a518bf54421868878e98475b66622e14e (diff)
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>
-rw-r--r--m4/spice-deps.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index 1721d34..c8b0a0f 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