From 05502a94403e654c0088bf78b00e2725ef9ee09b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 23 Apr 2015 10:38:24 +0200 Subject: 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit