[Spice-devel] [PATCH spice-gtk] build-sys: disable celt051 by default when configure from autogen
marcandre.lureau at redhat.com
marcandre.lureau at redhat.com
Mon Jul 23 11:23:46 UTC 2018
From: Marc-André Lureau <marcandre.lureau at redhat.com>
Avoid the new error message for explicit celt051 option.
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index 363720f..92067e5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ test -z "$srcdir" && srcdir=.
autoreconf -v --force --install
)
-CONFIGURE_ARGS="--enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 --enable-vala --enable-python-checks"
+CONFIGURE_ARGS="--enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 --enable-vala --enable-python-checks --disable-celt051"
if [ -z "$NOCONFIGURE" ]; then
echo "Running configure with $CONFIGURE_ARGS $@"
--
2.18.0.232.gb7bd9486b0
More information about the Spice-devel
mailing list