(build-link): Replaced -lguile-ltdl with -lltdl.
[bpt/guile.git] / guile-config / guile-config.in
index 553b1b9..8a6e434 100644 (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
     (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)))