diff -Naur DarkRadiant-2.0.4/configure DarkRadiant-2.0.4-patched/configure --- DarkRadiant-2.0.4/configure 2016-06-04 07:51:00.000000000 +0200 +++ DarkRadiant-2.0.4-patched/configure 2016-06-11 08:01:04.942541357 +0200 @@ -20511,7 +20511,7 @@ # Boost.Python if required if test "$python_scripting" = 'yes' then - for ac_prog in python2-config + for ac_prog in python2.7-config do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -20658,7 +20658,7 @@ boost_failed_libs= # Don't bother to ident the following nested for loops, only the 2 # innermost ones matter. -for boost_lib_ in python python3; do +for boost_lib_ in python-2.7; do for boost_tag_ in -$boost_cv_lib_tag ''; do for boost_ver_ in -$boost_cv_lib_version ''; do for boost_mt_ in $boost_mt -mt ''; do diff -Naur DarkRadiant-2.0.4/configure.ac DarkRadiant-2.0.4-patched/configure.ac --- DarkRadiant-2.0.4/configure.ac 2016-06-04 07:51:00.000000000 +0200 +++ DarkRadiant-2.0.4-patched/configure.ac 2016-06-11 07:50:42.074539792 +0200 @@ -136,7 +136,7 @@ # Boost.Python if required if test "$python_scripting" = 'yes' then - AC_CHECK_PROGS([PYTHON_CONFIG], [python2-config], []) + AC_CHECK_PROGS([PYTHON_CONFIG], [python2.7-config], []) if test ! -z "$PYTHON_CONFIG" then PYTHON_LIBS=`$PYTHON_CONFIG --libs`