[Spice-devel] [spice-gtk 2/2] build-sys: Drop unneeded python check
Christophe Fergeau
cfergeau at redhat.com
Tue May 3 09:29:58 UTC 2016
spice-gtk does not use python, the spice-common submodule needs it, but
it has its own python check through the use of AM_PATH_PYTHON
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ce80d88..f4d6680 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,6 @@ AC_CANONICAL_HOST
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_C_BIGENDIAN
-AC_PATH_PROGS(PYTHON, python2 python)
RRA_LD_VERSION_SCRIPT
AC_MSG_CHECKING([for native Win32])
--
2.7.4
More information about the Spice-devel
mailing list