]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add description to the precious Python variable.
authorcypherpunks <cypherpunks@torproject.org>
Fri, 13 Feb 2015 12:57:07 +0000 (13:57 +0100)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Feb 2015 13:46:17 +0000 (08:46 -0500)
configure.ac

index 46af18f6fa1022b0a6a60ddc48768d925fdde4e6..e411e9ae13797a779dca1e3f0a60b23ae0a828e6 100644 (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.])