mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(build-link): Replaced -lguile-ltdl with -lltdl.
This commit is contained in:
parent
29fed193d3
commit
cfa762173e
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-10 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* guile-config.in (build-link): Replaced -lguile-ltdl with -lltdl.
|
||||
|
||||
2004-10-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
|
||||
|
||||
* guile-config.in: remove display-separated.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
;;;; guile-config --- utility for linking programs with Guile
|
||||
;;;; Jim Blandy <jim@red-bean.com> --- September 1997
|
||||
;;;;
|
||||
;;;; Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 1998, 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -151,7 +151,7 @@
|
|||
(display (string-join
|
||||
(list
|
||||
(get-build-info 'CFLAGS)
|
||||
"-lguile -lguile-ltdl"
|
||||
"-lguile -lltdl"
|
||||
(if (string=? libdir "/usr/lib/")
|
||||
""
|
||||
(string-append "-L" (get-build-info 'libdir)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue