]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Search for python by looking for "python2.7" and "python3.3" as well.
authordana koch <dsk@google.com>
Tue, 29 Apr 2014 00:45:16 +0000 (10:45 +1000)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Apr 2014 15:56:59 +0000 (11:56 -0400)
configure.ac

index f921dd503ff780694cdd7df8de9686b21e3d2b72..ca7c9c0fcc7d37be63c3721702d3e96e21f731e0 100644 (file)
@@ -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 python2.7 python3 python3.3])
 if test "x$PYTHON" = "x"; then
   AC_MSG_WARN([Python unavailable; some tests will not be run.])
 fi