1
Fork 0
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:
Mikael Djurfeldt 2005-02-10 14:40:10 +00:00
parent 29fed193d3
commit cfa762173e
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

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