This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Arfrever, ned.deily
Date 2010-11-28.03:24:52
SpamBayes Score 0.014962625
Marked as misclassified No
Message-id <1290914697.11.0.0589009147808.issue10558@psf.upfronthosting.co.za>
In-reply-to
Content
[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 to standard Autoconf behavior. Reportedly, this behavior also occurs with --with-system-expat=no and --with-system-ffi=no options.
History
Date User Action Args
2010-11-28 03:24:57ned.deilysetrecipients: + ned.deily, Arfrever
2010-11-28 03:24:57ned.deilysetmessageid: <1290914697.11.0.0589009147808.issue10558@psf.upfronthosting.co.za>
2010-11-28 03:24:52ned.deilylinkissue10558 messages
2010-11-28 03:24:52ned.deilycreate