updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / lilypond-devel / python2.patch
blobf7a9967a47c95ac205af611f5c6e16a548226ffe
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, [
6 fi
7 ])
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