From: JINMEI Tatuya Date: Sat, 10 May 2014 14:32:21 +0000 (-0700) Subject: [6] added python 3.4 in the expected python version list in configure.ac X-Git-Tag: trac3434_base~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44dd8f3571aec4e31c05a746eb5d54e047eb8aad;p=thirdparty%2Fkea.git [6] added python 3.4 in the expected python version list in configure.ac --- diff --git a/configure.ac b/configure.ac index a4c1b3ea32..58658a9c90 100644 --- a/configure.ac +++ b/configure.ac @@ -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]),