]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] also try to detect python3.2 executable
authorJeremy C. Reed <jreed@ISC.org>
Thu, 22 Dec 2011 12:31:55 +0000 (06:31 -0600)
committerJeremy C. Reed <jreed@ISC.org>
Thu, 22 Dec 2011 12:31:55 +0000 (06:31 -0600)
This is the executable name as installed on Debian with its
python3.2 package.

Python 3.2 appears to work and some have been using it for months.

configure.ac

index 0c8639c3f9de98b57eb445b524832c2af2d2c184..21b9cbb5b47e26c6ffe6a8a065f7b4b6e072e5df 100644 (file)
@@ -120,7 +120,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 python3.1])
+m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3 python3.1 python3.2])
 AC_ARG_WITH([pythonpath],
 AC_HELP_STRING([--with-pythonpath=PATH],
   [specify an absolute path to python executable when automatic version check (incorrectly) fails]),