]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] add python3.3 to the python check list
authorJeremy C. Reed <jreed@isc.org>
Tue, 22 Jan 2013 15:59:12 +0000 (09:59 -0600)
committerJeremy C. Reed <jreed@isc.org>
Tue, 22 Jan 2013 16:01:32 +0000 (10:01 -0600)
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.)

configure.ac

index d8bbef5dcd7df91fed2d70ddde62511026bdfa79..6d1a388f1a2de9e4d2b61c55245ef75bf7317271 100644 (file)
@@ -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]),