X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f243316a251fbd59a1f4e93c71d290e11faad3fb..b7adf2b1d74bd9008daa711086b58b615273c708:/configure.ac diff --git a/configure.ac b/configure.ac index eb49d6a..94cffce 100644 --- a/configure.ac +++ b/configure.ac @@ -342,7 +342,7 @@ if test $want_gtk = yes; then fi fi if test $want_tests = yes && test $want_python = yes; then - AM_PATH_PYTHON([2.4]) + AM_PATH_PYTHON([2.5]) subdirs="${subdirs} python tests" fi AC_SUBST([subdirs])