]> granicus.if.org Git - graphviz/commitdiff
allow python binding for python-2.3
authorellson <devnull@localhost>
Fri, 9 Jun 2006 01:45:24 +0000 (01:45 +0000)
committerellson <devnull@localhost>
Fri, 9 Jun 2006 01:45:24 +0000 (01:45 +0000)
configure.ac

index 810730506a27979384903d57d971f9f37b96efbe..c6917ccb6568bfc35fb0ba800c1684135984a511 100644 (file)
@@ -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