Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
164eeefb
Commit
164eeefb
authored
Feb 13, 2015
by
cypherpunks
Committed by
Nick Mathewson
Feb 18, 2015
Browse files
Add description to the precious Python variable.
parent
d038430a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
164eeefb
...
...
@@ -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.])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment