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 Chipaca
Recipients Chipaca, cgaspar
Date 2008-01-19.14:46:04
SpamBayes Score 0.015426056
Marked as misclassified No
Message-id <1200753965.62.0.491000147792.issue1675533@psf.upfronthosting.co.za>
In-reply-to
Content
This was fixed in r57389 by georg.brandl by changing the replacement
string '' to ' ' (turning the option into a non-option).

Steps to reproduce this on Ubuntu Feisty, before that revision, were:
$ mkdir banana
$ sudo mv /usr/include/sqlite3.h banana/
$ make clean && ./configure && make
[...]
 Failed to find the necessary bits to build these modules:
_sqlite3          bsddb185          sunaudiodev    
[...]
$ make clean && CPPFLAGS=-Ibanana ./configure && make
Failed to find the necessary bits to build these modules:
bsddb185          sunaudiodev                      
$ make clean && CPPFLAGS=-Ibanana\ -Rmango ./configure && make
 Failed to find the necessary bits to build these modules:
_sqlite3          bsddb185          sunaudiodev
History
Date User Action Args
2008-01-19 14:46:05Chipacasetspambayes_score: 0.0154261 -> 0.015426056
recipients: + Chipaca, cgaspar
2008-01-19 14:46:05Chipacasetspambayes_score: 0.0154261 -> 0.0154261
messageid: <1200753965.62.0.491000147792.issue1675533@psf.upfronthosting.co.za>
2008-01-19 14:46:04Chipacalinkissue1675533 messages
2008-01-19 14:46:04Chipacacreate