[pypy-commit] [OPEN] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

Bitbucket pullrequests-noreply at bitbucket.org
Tue Oct 4 16:40:49 CEST 2011


A new pull request has been opened by Dan Loewenherz.

dlo/pypy has changes to be pulled into pypy/pypy.

https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt

Title: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

I was compiling PIL and ran into the following error on Mac OS X Lion:

http://pastie.org/2638071

I change unixcompiler.py to perform a check that cflags is set before performing the regex search.

Changes to be pulled:



--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the participating
in a pull request, or you are following it.



More information about the pypy-commit mailing list