[Spice-commits] Makefile.am

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 18 13:48:49 UTC 2018


 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5d942a47da15657cdd3e39b48b30a14a64bbf9e5
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri Jun 8 16:25:27 2018 +0200

    build: Explicitly disable celt051 when running make distcheck
    
    With spice-common commit 72b0d603e12, SPICE_CHECK_CELT051 will error out
    if celt051-devel is installed, but neither --enable-celt051 nor
    --disable-celt051 are specified. This could be a problem when running
    make distcheck, so this commit adds --disable-celt051 so that we never
    hit that error.
    
    Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
    Acked-by: Victor Toso <victortoso at redhat.com>

diff --git a/Makefile.am b/Makefile.am
index 9a073a12..cef44291 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = spice-server.pc
 
 DISTCHECK_CONFIGURE_FLAGS =			\
+	--disable-celt051			\
 	--enable-automated-tests		\
 	--enable-smartcard			\
 	--with-sasl				\


More information about the Spice-commits mailing list