1 diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4
2 index 9cb66d7..b688191 100644
3 --- a/stepmake/aclocal.m4
4 +++ b/stepmake/aclocal.m4
5 @@ -972,7 +972,7 @@ AC_DEFUN(STEPMAKE_PYTHON_DEVEL, [
9 - AC_CHECK_PROGS(PYTHON_CONFIG, python-config, no)
10 + AC_CHECK_PROGS(PYTHON_CONFIG, python2-config python-config, no)
12 if test -z "$PYTHON_CFLAGS" -a "$PYTHON_CONFIG" != "no"; then
13 # Clean out junk: http://bugs.python.org/issue3290