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~28^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4cfc11e76a7c6efa85eb6c23ba74141b16a8493;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 9c90bff7d3..546b534f8e 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]),