diff --git a/linkcheck/HtmlParser/Makefile b/linkcheck/HtmlParser/Makefile
index f1881792..a2b8ee88 100644
--- a/linkcheck/HtmlParser/Makefile
+++ b/linkcheck/HtmlParser/Makefile
@@ -1,7 +1,7 @@
# this parser needs flex >= 2.5.xx from http://lex.sf.net/
# for reentrant bison parser support!
FLEX = flex
-PYVER = 2.5
+PYVER = 2.4
PYTHON = python$(PYVER)
all: htmllex.c htmlparse.c