[issue20210] Provide configure options to enable/disable Python modules and extensions

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Wed Mar 26 09:55:25 CET 2014


Arfrever Frehtes Taifersar Arahesis added the comment:

If it is planned to support BSD make, then partial rewrite of patches will be needed.

Example of syntax of GNU make:
ifeq (something,something)
…
endif

Example of syntax of FreeBSD make:
.if ${variable}==something
…
.endif

----------
nosy: +Arfrever

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20210>
_______________________________________


More information about the Python-bugs-list mailing list