diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 335a33a9..94a9d10c 100644 --- a/configure.ac +++ b/configure.ac @@ -363,7 +363,7 @@ if test "$found" = "1"; then enabled_languages=$(echo $enabled_languages | sed 's/python//') fi else - AM_PATH_PYTHON([3.3]) + AM_PATH_PYTHON([3.4]) AX_SWIG_PYTHON if test -z "$PYTHON_VERSION"; then if test "$explicit_languages" = "1"; then |