remove check for python >= 2.2
This commit is contained in:
parent
a6bb2b7911
commit
a41a632c5d
1 changed files with 0 additions and 13 deletions
13
configure.ac
13
configure.ac
|
@ -26,19 +26,6 @@ AC_SUBST(COMEDILIB_CFLAGS)
|
|||
AC_SUBST(COMEDILIB_LIBS)
|
||||
|
||||
AM_PATH_PYTHON
|
||||
AC_MSG_CHECKING(for python >= 2.2)
|
||||
prog="
|
||||
import sys, string
|
||||
minver = (2,2,0,'final',0)
|
||||
if sys.version_info < minver:
|
||||
sys.exit(1)
|
||||
sys.exit(0)"
|
||||
if $PYTHON -c "$prog" 2>&AC_FD_CC 2>&AC_FD_CC
|
||||
then
|
||||
AC_MSG_RESULT(ok)
|
||||
else
|
||||
AC_MSG_ERROR(too old)
|
||||
fi
|
||||
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue