From cfa762173e089f49969f8a8925f127ac0ff5f368 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 10 Feb 2005 14:40:10 +0000 Subject: [PATCH] (build-link): Replaced -lguile-ltdl with -lltdl. --- guile-config/ChangeLog | 4 ++++ guile-config/guile-config.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/guile-config/ChangeLog b/guile-config/ChangeLog index 6fe5f64fa..74c2c745c 100644 --- a/guile-config/ChangeLog +++ b/guile-config/ChangeLog @@ -1,3 +1,7 @@ +2005-02-10 Mikael Djurfeldt + + * guile-config.in (build-link): Replaced -lguile-ltdl with -lltdl. + 2004-10-08 Han-Wen Nienhuys * guile-config.in: remove display-separated. diff --git a/guile-config/guile-config.in b/guile-config/guile-config.in index 553b1b9c2..8a6e434cc 100644 --- a/guile-config/guile-config.in +++ b/guile-config/guile-config.in @@ -4,7 +4,7 @@ ;;;; guile-config --- utility for linking programs with Guile ;;;; Jim Blandy --- 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))) -- 2.20.1