build-sys: Pass --enable-python-checks when running autogen.sh

This will tell spice-common configure.ac to test for the availability of
python-six when building from git.
This commit is contained in:
Christophe Fergeau 2015-04-23 10:38:24 +02:00
parent d8b5f1861a
commit 05502a9440

View File

@ -15,5 +15,5 @@ autoreconf --verbose --force --install
cd "$olddir"
if [ -z "$NOCONFIGURE" ]; then
"$srcdir"/configure --enable-maintainer-mode ${1+"$@"}
"$srcdir"/configure --enable-maintainer-mode --enable-python-checks ${1+"$@"}
fi