Remove handling for Python <1.5 - we only support >=2.0 now

This commit is contained in:
Olly Betts 2013-03-22 10:46:44 +13:00
commit f85a3b7756

View file

@ -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