From f85a3b7756650e355374404c07ff8a08bc1fdea2 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 22 Mar 2013 10:46:44 +1300 Subject: [PATCH] Remove handling for Python <1.5 - we only support >=2.0 now --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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