1
Fork 0
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:
Mikael Djurfeldt 1998-05-12 00:48:58 +00:00
parent dd07fb6654
commit dd15c21058

View file

@ -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 ();