mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
SF Patch #432457 by Jason Tishler: support for readline 4.2.
This patch allows the readline module to build cleanly with GNU readline 4.2 without breaking the build for earlier GNU readline versions. The configure script checks for the presence of rl_completion_matches in libreadline.
This commit is contained in:
parent
d854831ddd
commit
353ae58964
5 changed files with 70 additions and 11 deletions
|
@ -86,6 +86,9 @@
|
|||
/* Define if you have GNU PTH threads */
|
||||
#undef HAVE_PTH
|
||||
|
||||
/* Define if you have readline 4.2 */
|
||||
#undef HAVE_RL_COMPLETION_MATCHES
|
||||
|
||||
/* Define if your compiler supports variable length function prototypes
|
||||
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
|
||||
#undef HAVE_STDARG_PROTOTYPES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue