Skip to content

Commit

Permalink
Bug 1119512: port bug 1071438 to c-c (detect python2.7) r=standard8 a…
Browse files Browse the repository at this point in the history
…=aleth
  • Loading branch information
landryb committed Jan 12, 2015
1 parent 04407e2 commit d894e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.mk
Expand Up @@ -74,7 +74,7 @@ ifndef MAKE
MAKE := gmake
endif
PERL ?= perl
PYTHON ?= python
PYTHON ?= $(shell which python2.7 > /dev/null 2>&1 && echo python2.7 || echo python)

CONFIG_GUESS_SCRIPT := $(wildcard $(TOPSRCDIR)/build/autoconf/config.guess)
ifdef CONFIG_GUESS_SCRIPT
Expand Down

0 comments on commit d894e08

Please sign in to comment.