From: ellson Date: Fri, 9 Jun 2006 01:45:24 +0000 (+0000) Subject: allow python binding for python-2.3 X-Git-Tag: LAST_LIBGRAPH~32^2~6475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a0bd28718370cf93d8cbe75fe2bc6b261808492;p=graphviz allow python binding for python-2.3 --- 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