blob: 9750d1eb2e04f9db791bcd13a152384647cfb52d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- doxygen-1.8.6/configure.orig 2013-12-25 20:54:22.171988706 +0000
+++ doxygen-1.8.6/configure 2013-12-25 20:54:33.405247482 +0000
@@ -560,7 +560,7 @@
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
|