1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* readline.scm: hack around dynamic-link problems by

using painfully explicit lib names.
This commit is contained in:
Rob Browning 2002-04-09 17:22:02 +00:00
parent 7554881756
commit 44b07d05f8

View file

@ -35,7 +35,8 @@
;;; but only when it isn't already present.
(if (not (feature? 'readline))
(dynamic-call "scm_init_readline" (dynamic-link "libguilereadline")))
(dynamic-call "scm_init_redline"
(dynamic-link "libguilereadline-lt-15-0-2")))
(if (not (feature? 'readline))
(scm-error 'misc-error