[issue10558] non-standard processing of several configure options ignores "=no"

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue10558] non-standard processing of several configure options ignores "=no"

2014-06-26 Thread Mark Lawrence
Mark Lawrence added the comment: Does the patch here or an updated version still need incorporating into the build system? -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker

[issue10558] non-standard processing of several configure options ignores "=no"

2010-11-27 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: 2.7 branch: --with-system-expat and --with-system-ffi 3.1 branch: --with-system-ffi -- ___ Python tracker ___

[issue10558] non-standard processing of several configure options ignores "=no"

2010-11-27 Thread Ned Deily
Changes by Ned Deily : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue10558] non-standard processing of several configure options ignores "=no"

2010-11-27 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: I'm attaching the patch for py3k branch. A part of this patch could be applied also in 2.7 and 3.1 branches. -- keywords: +patch Added file: http://bugs.python.org/file19851/python-3.2-issue10558.patch

[issue10558] non-standard processing of several configure options ignores "=no"

2010-11-27 Thread Ned Deily
New submission from Ned Deily : [From Issue10268] The configure to Makefile option processing for a few options is non-standard. For example, --enable-loadable-sqlite-extensions=no is treated the same as --enable-loadable-sqlite-extensions or --enable-loadable-sqlite-extensions=yes, contrary