]> 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>
Mon, 12 May 2014 16:03:17 +0000 (18:03 +0200)
configure.ac

index a4c1b3ea329da902e3864f11b7e36dc7c80981e9..58658a9c90958dc3867d2b7d252fb669d79a1183 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]),