From: Jeremy C. Reed Date: Tue, 22 Jan 2013 15:59:12 +0000 (-0600) Subject: [master] add python3.3 to the python check list X-Git-Tag: bind10-1.0.0-rc-release~76^2~16^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bb9dbe6234769cbe525c24887eefe16ef1d7cee;p=thirdparty%2Fkea.git [master] add python3.3 to the python check list This is for ticket #2501. This is trivial and I did without review. I tested on two systems (one with python3.3 and one without). I didn't decide to make it open-ended at this time, just in case we need to fix python3.4 issues first. I decided not to add a changelog entry since was so trivial. (Also had a workaround before by using --with-pythonpath.) --- diff --git a/configure.ac b/configure.ac index d8bbef5dcd..6d1a388f1a 100644 --- a/configure.ac +++ b/configure.ac @@ -232,7 +232,7 @@ AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes) AC_SUBST(SET_ENV_LIBRARY_PATH) AC_SUBST(ENV_LIBRARY_PATH) -m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3.2 python3.1 python3]) +m4_define([_AM_PYTHON_INTERPRETER_LIST], [python 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]),