[Spice-commits] autogen.sh

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 23 12:32:51 UTC 2018


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f142aaa06b67e9148ded6b3b909eeac6db98436
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Mon Jul 23 13:22:00 2018 +0200

    build-sys: disable celt051 by default when configure from autogen
    
    Avoid the new error message for explicit celt051 option.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

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 $@"


More information about the Spice-commits mailing list