diff --git a/configure.ac b/configure.ac index 820cf3691..f57a65fda 100644 --- a/configure.ac +++ b/configure.ac @@ -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