mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 09:46:50 +00:00
build-sys: Drop unneeded python check
spice-server does not use python, the spice-common submodule needs it, but it has its own python check through the use of AM_PATH_PYTHON
This commit is contained in:
parent
4db15f9e32
commit
ad00538254
@ -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])
|
||||
@ -239,7 +238,6 @@ AC_MSG_NOTICE([
|
||||
prefix: ${prefix}
|
||||
c compiler: ${CC}
|
||||
c++ compiler: ${CXX}
|
||||
python: ${PYTHON}
|
||||
|
||||
LZ4 support: ${enable_lz4}
|
||||
Smartcard: ${have_smartcard}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user