From 5a0bd28718370cf93d8cbe75fe2bc6b261808492 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 9 Jun 2006 01:45:24 +0000 Subject: [PATCH] allow python binding for python-2.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 810730506..c6917ccb6 100644 --- a/configure.ac +++ b/configure.ac @@ -670,7 +670,7 @@ if test "x$PYTHON" != "x"; then if test $PYTHON_VERSION_MAJOR -lt 2; then PYTHON= else - if test $PYTHON_VERSION_MINOR -lt 4; then + if test $PYTHON_VERSION_MINOR -lt 3; then PYTHON= fi fi -- 2.40.0