summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-04-23 10:38:24 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-04-23 10:38:24 +0200
commit05502a94403e654c0088bf78b00e2725ef9ee09b (patch)
treef7cf982fd85384c54c77fa0993e1031aa480a513 /autogen.sh
parentd8b5f1861a8dca0d0ed0ebe42007de3a2baae63c (diff)
downloadspice-05502a94403e654c0088bf78b00e2725ef9ee09b.tar.gz
spice-05502a94403e654c0088bf78b00e2725ef9ee09b.tar.xz
spice-05502a94403e654c0088bf78b00e2725ef9ee09b.zip
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b8f4f4a5..e9080fe8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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