[Patches] [ python-Patches-1076826 ] readline does not need termcap

SourceForge.net noreply at sourceforge.net
Sun Dec 5 19:59:09 CET 2004


Patches item #1076826, was opened at 2004-12-01 16:32
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1076826&group_id=5470

Category: Library (Lib)
Group: Python 2.4
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Michal Čihař (nijel)
Assigned to: Nobody/Anonymous (nobody)
Summary: readline does not need termcap

Initial Comment:
Readline doesn't need -ltermcap (at least on some
systems), so configure check should deal with this.
Attached patch completely removes -ltermcap, however
better might be to check both possibilities.

Patch is against 2.3.3, however it applies to 2.4 also.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-12-05 19:59

Message:
Logged In: YES 
user_id=21627

The patch is incorrect. As you suggest yourself, readline
*does* need -ltermcap on some systems; this patch breaks
these systems. Rejecting the patch. If you can come up with
a patch that performs an autoconf test first, please submit
a new patch.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1076826&group_id=5470


More information about the Patches mailing list