mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of the shared library. * configure.in: AC_SUBST it. * Makefile.am: Substitute it into name of library. * ice-9/readline.scm: Use new name with load-extension.
This commit is contained in:
parent
51fab002a8
commit
0e33f86234
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
;;; but only when it isn't already present.
|
||||
|
||||
(if (not (provided? 'readline))
|
||||
(load-extension "libguilereadline" "scm_init_readline"))
|
||||
(load-extension "libguilereadline-v-16" "scm_init_readline"))
|
||||
|
||||
(if (not (provided? 'readline))
|
||||
(scm-error 'misc-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue