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@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Christophe Fergeau 2018-06-08 16:25:27 +02:00 committed by Frediano Ziglio
parent 83fd1bb4ff
commit 5d942a47da

View File

@ -10,6 +10,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-server.pc
DISTCHECK_CONFIGURE_FLAGS = \
--disable-celt051 \
--enable-automated-tests \
--enable-smartcard \
--with-sasl \