Ronald Oussoren added the comment:

Isn't Modules/Setup used for builtin modules?

The proposed configure flags are easier to find because similar flags are used 
by other projects using autoconf. 

Note that on OSX you could use "CFLAGS=-I/path/to/ssl/include 
LDFLAGS=-L/path/to/ssl/lib", because setup.py contains code to add directories 
from those flags to its search path for headers and libraries, but only for OSX 
because I was overly cautious when adding that code.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21541>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to