diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-10-06 22:07:49 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-10-06 22:07:49 +0000 |
commit | 4a27613620c806f9b1fe4fa73919f710099d4704 (patch) | |
tree | 277566c0c738f9ef58722607e4145ee53fd8a725 /guile-config | |
parent | 8aa5c148d170c6a4fe648529333ae5dcebc32231 (diff) | |
download | guile-4a27613620c806f9b1fe4fa73919f710099d4704.tar.gz |
* guile-config.in (build-link): It isn't. Revert the change.
Diffstat (limited to 'guile-config')
-rw-r--r-- | guile-config/guile-config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guile-config/guile-config.in b/guile-config/guile-config.in index 98a6b8499..b5ac4f17b 100644 --- a/guile-config/guile-config.in +++ b/guile-config/guile-config.in @@ -123,8 +123,7 @@ ;; Include libguile itself in the list, along with the ;; directory it was installed in. (flags (cons (string-append "-L" (get-build-info 'libdir)) - (cons (string-append "-R" (get-build-info 'libdir)) - (cons "-lguile" flags))))) + (cons "-lguile" flags)))) ;; Display the flags, separated by spaces. (display-separated flags) |