[Python-checkins] r42307 - python/trunk/configure python/trunk/configure.in

Thomas Wouters thomas at xs4all.net
Fri Feb 10 23:34:40 CET 2006


On Fri, Feb 10, 2006 at 04:58:15PM -0500, Barry Warsaw wrote:
> 
> On Feb 10, 2006, at 3:49 PM, martin.v.loewis wrote:
> 
> > Author: martin.v.loewis
> > Date: Fri Feb 10 21:49:30 2006
> > New Revision: 42307
> >
> > Modified:
> >    python/trunk/configure
> >    python/trunk/configure.in
> > Log:
> > Avoid linking python with readline.
> 
> Really?  Dang, that's going to suck.

Naw. The 'python' binary isn't linked to readline anymore, but
Modules/main.c does import readline, so the interactive interpreter sees no
difference. It just prevents linking against libreadline when it isn't
necessary.

-- 
Thomas Wouters <thomas at xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!


More information about the Python-checkins mailing list