[Spice-devel] [spice-server 1/2] build-sys: Drop unneeded python check
Christophe Fergeau
cfergeau at redhat.com
Tue May 3 09:33:11 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 | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 66db560..2d7499d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ AC_CANONICAL_HOST
LT_INIT([disable-static])
AM_PROG_CC_C_O
AC_C_BIGENDIAN
-AC_PATH_PROGS(PYTHON, python2 python)
PKG_PROG_PKG_CONFIG
AC_CHECK_HEADERS([sys/time.h])
@@ -287,7 +286,6 @@ AC_MSG_NOTICE([
prefix: ${prefix}
c compiler: ${CC}
c++ compiler: ${CXX}
- python: ${PYTHON}
LZ4 support: ${enable_lz4}
Smartcard: ${have_smartcard}
--
2.7.4
More information about the Spice-devel
mailing list