summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-06 19:40:35 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-06 19:40:35 (GMT)
commit0178674db5f4391e41c389d21f42656684939167 (patch)
tree864079394c94d26fa494d3a8e9a9dcc362bf23a3
parent157aa967d0454f48e2ec3df595d86b2b5d6262ab (diff)
parent3754cd80cae41b23dc1069245ad5acdc460b8809 (diff)
downloadDoxygen-0178674db5f4391e41c389d21f42656684939167.zip
Doxygen-0178674db5f4391e41c389d21f42656684939167.tar.gz
Doxygen-0178674db5f4391e41c389d21f42656684939167.tar.bz2
Merge pull request #110 from JonnyJD/python2
detect python2 as Python 2 binary
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 01aac54..c32b32c 100755
--- a/configure
+++ b/configure
@@ -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