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 Arfrever
Recipients Arfrever, benjamin.peterson, doko, georg.brandl, loewis
Date 2010-03-09.18:08:00
SpamBayes Score 0.0007794701
Marked as misclassified No
Message-id <1268158083.03.0.887303696205.issue6943@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed suboptimal output of `configure`:
checking for --with-libs... no
checking for --with-system-expat... yes
checking for --with-system-ffi... checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
yes
checking for --with-dbmliborder... gdbm

The attached patch fixes this problem.
History
Date User Action Args
2010-03-09 18:08:03Arfreversetrecipients: + Arfrever, loewis, georg.brandl, doko, benjamin.peterson
2010-03-09 18:08:03Arfreversetmessageid: <1268158083.03.0.887303696205.issue6943@psf.upfronthosting.co.za>
2010-03-09 18:08:01Arfreverlinkissue6943 messages
2010-03-09 18:08:01Arfrevercreate