This lets Guile build on OS X (tested on 10.14) with the system-provided libreadline. * acinclude.m4 (GUILE_READLINE): Check for rl_get_keymap_name instead of rl_get_keymap. The system provided libreadline is an alias to libedit, which has _keymap but not _keymap_name, and Guile uses both. * guile-readline/readline.c: Adjust the include guard. |
||
|---|---|---|
| .. | ||
| ice-9 | ||
| ChangeLog-2008 | ||
| Makefile.am | ||
| readline.c | ||
| readline.h | ||