Add description to the precious Python variable.

This commit is contained in:
cypherpunks 2015-02-13 13:57:07 +01:00 committed by Nick Mathewson
parent d038430a14
commit 164eeefb93
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ AM_CONDITIONAL(MINIUPNPC, test x$upnp = xtrue)
AM_PROG_CC_C_O
AC_PROG_CC_C99
AC_ARG_VAR(PYTHON)
AC_ARG_VAR([PYTHON], [path to Python binary])
AC_CHECK_PROGS(PYTHON, [python python2 python2.7 python3 python3.3])
if test "x$PYTHON" = "x"; then
AC_MSG_WARN([Python unavailable; some tests will not be run.])