Skip to content

Commit

Permalink
Merge pull request #110 from JonnyJD/python2
Browse files Browse the repository at this point in the history
detect python2 as Python 2 binary
  • Loading branch information
Dimitri van Heesch committed Feb 6, 2014
2 parents 157aa96 + 3754cd8 commit 0178674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -596,7 +596,7 @@ fi

printf " Checking for python... "
if test "$f_python" = NO; then
python_names="python"
python_names="python2 python"
python_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
python_prog=NO
python_found=NO
Expand Down

0 comments on commit 0178674

Please sign in to comment.