[tor/master] Add description to the precious Python variable.

18 Feb
2015
18 Feb
'15
1:48 p.m.
commit 164eeefb9360e20d358f3a08157c5b6227d98ac7 Author: cypherpunks <cypherpunks@torproject.org> Date: Fri Feb 13 13:57:07 2015 +0100 Add description to the precious Python variable. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 46af18f..e411e9a 100644 --- a/configure.ac +++ b/configure.ac @@ -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.])
3797
Age (days ago)
3797
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org