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
The Tor Project
Core
Tor
Commits
057a2f82
Commit
057a2f82
authored
Apr 29, 2014
by
dana koch
Committed by
Nick Mathewson
Apr 29, 2014
Browse files
Search for python by looking for "python2.7" and "python3.3" as well.
parent
cdc64f02
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
057a2f82
...
...
@@ -201,7 +201,7 @@ AM_CONDITIONAL(MINIUPNPC, test x$upnp = xtrue)
AM_PROG_CC_C_O
AC_ARG_VAR(PYTHON)
AC_CHECK_PROGS(PYTHON, [python python2 python3])
AC_CHECK_PROGS(PYTHON, [python python2 python
2.7 python3 python3.
3])
if test "x$PYTHON" = "x"; then
AC_MSG_WARN([Python unavailable; some tests will not be run.])
fi
...
...
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