mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 09:04:33 +00:00
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:
parent
d8b5f1861a
commit
05502a9440
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user