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)
|
AC_MSG_RESULT($PYLIB)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for really old versions
|
PYLINK="-l$PYVERSION"
|
||||||
if test -r $PYLIB/libPython.a; then
|
|
||||||
PYLINK="-lModules -lPython -lObjects -lParser"
|
|
||||||
else
|
|
||||||
PYLINK="-l$PYVERSION"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Cygwin (Windows) needs the library for dynamic linking
|
# Cygwin (Windows) needs the library for dynamic linking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue