X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Faclocal.m4;h=77074a62dca865b94151d27e0416a3fd02a9966e;hb=0df300b3f8e5378f7d3ae1e7e37cb8fa33a99560;hp=9e386f392261244fb2fabc34c9ca44e76a170fb3;hpb=e344ae579fa1d81fc6c6f3049494697872fd39f9;p=lilypond.git diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 9e386f3922..77074a62dc 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -956,7 +956,7 @@ AC_DEFUN(STEPMAKE_PYTHON_DEVEL, [ if test -z "$PYTHON_CFLAGS" -a "$PYTHON_CONFIG" != "no"; then # Clean out junk: http://bugs.python.org/issue3290 # Python headers may need some -f* flags, leave them in. - PYTHON_CFLAGS=`$PYTHON_CONFIG --cflags | sed -e 's/ -\(W\|D\|O\|m\)\(\w\|-\|=\)\+//g'` + PYTHON_CFLAGS=`$PYTHON_CONFIG --cflags | sed -e 's/ -\(W\|D\|O\|m\)\(\w\|-\|=\|,\)\+//g'` PYTHON_LDFLAGS=`$PYTHON_CONFIG --ldflags` fi