]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[6] added python 3.4 in the expected python version list in configure.ac
authorJINMEI Tatuya <jinmei@isc.org>
Sat, 10 May 2014 14:32:21 +0000 (07:32 -0700)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 13 May 2014 13:30:49 +0000 (15:30 +0200)
configure.ac

index 9c90bff7d3f27159233f626aba7acdb776e9f189..546b534f8e4613f2cb5c64b28d08a8205b642274 100644 (file)
@@ -292,7 +292,7 @@ case "$host" in
        ;;
 esac
 
-m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3.3 python3.2 python3.1 python3])
+m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3.4 python3.3 python3.2 python3.1 python3])
 AC_ARG_WITH([pythonpath],
 AC_HELP_STRING([--with-pythonpath=PATH],
   [specify an absolute path to python executable when automatic version check (incorrectly) fails]),