mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* init.c (scm_boot_guile_1), readline.c: Test for
HAVE_RL_GETC_FUNCTION instead of HAVE_LIBREADLINE. (Need to assure that we have version >= 2.1.)
This commit is contained in:
parent
dd07fb6654
commit
dd15c21058
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ scm_boot_guile_1 (base, closure)
|
||||||
scm_init_unif ();
|
scm_init_unif ();
|
||||||
scm_init_simpos ();
|
scm_init_simpos ();
|
||||||
scm_init_load_path ();
|
scm_init_load_path ();
|
||||||
#ifdef HAVE_LIBREADLINE
|
#ifdef HAVE_RL_GETC_FUNCTION
|
||||||
scm_init_readline ();
|
scm_init_readline ();
|
||||||
#endif
|
#endif
|
||||||
scm_init_standard_ports ();
|
scm_init_standard_ports ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue