commit | 33744b0524b7248dda9e9e544420d69c33d3a3aa | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sun Jan 03 14:24:39 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Tue Jan 05 03:02:35 2016 +0900 |
tree | e5d520eaf0f5d90ce2d85204c9014296c692418d | |
parent | 1d8e745035354e67c794bec9e0b5663ee7cab902 [diff] [blame] |
THRIFT-3515 Python 2.6 compatibility and test on CI This closes #766
diff --git a/configure.ac b/configure.ac index 27299b4..141b542 100755 --- a/configure.ac +++ b/configure.ac
@@ -277,7 +277,7 @@ AX_THRIFT_LIB(python, [Python], yes) if test "$with_python" = "yes"; then AC_PATH_PROG([TRIAL], [trial]) - AM_PATH_PYTHON(2.4,, :) + AM_PATH_PYTHON(2.6,, :) if test -n "$TRIAL" && test "x$PYTHON" != "x" && test "x$PYTHON" != "x:" ; then have_python="yes" fi