Remove handling for Python <1.5 - we only support >=2.0 now
This commit is contained in:
parent
250760daf4
commit
f85a3b7756
1 changed files with 1 additions and 6 deletions
|
|
@ -703,12 +703,7 @@ else
|
|||
AC_MSG_RESULT($PYLIB)
|
||||
fi
|
||||
|
||||
# Check for really old versions
|
||||
if test -r $PYLIB/libPython.a; then
|
||||
PYLINK="-lModules -lPython -lObjects -lParser"
|
||||
else
|
||||
PYLINK="-l$PYVERSION"
|
||||
fi
|
||||
PYLINK="-l$PYVERSION"
|
||||
fi
|
||||
|
||||
# Cygwin (Windows) needs the library for dynamic linking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue