[Spice-commits] m4/spice-deps.m4
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Dec 12 16:27:47 UTC 2018
m4/spice-deps.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a4aad511f1c5c4be50bd6d880d182e70cc1349d1
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Wed Dec 12 09:16:37 2018 +0000
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 at redhat.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
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
More information about the Spice-commits
mailing list