$NetBSD: patch-aa,v 1.1.1.1 2009/04/06 10:22:12 drochner Exp $

--- configure.orig	2009-01-07 13:20:32.000000000 +0100
+++ configure
@@ -2207,7 +2207,7 @@ echo $ECHO_N "checking whether $PYTHON v
       prog="import sys, string
 # split strings by '.' and convert to numeric.  Append some zeros
 # because we need at least 4 digits for the hex conversion.
-minver = map(int, string.split('2.5', '.')) + [0, 0, 0]
+minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
 minverhex = 0
 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
 sys.exit(sys.hexversion < minverhex)"
