/[guile]/guile/guile-core/guile-config/guile-config.in
ViewVC logotype

Diff of /guile/guile-core/guile-config/guile-config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by rlb, Tue Mar 12 21:52:40 2002 UTC revision 1.16 by mvo, Mon Oct 14 10:47:48 2002 UTC
# Line 175  Line 175 
175      ;; Display the flags, separated by spaces.      ;; Display the flags, separated by spaces.
176      (if (or (string=? libdir "/usr/lib")      (if (or (string=? libdir "/usr/lib")
177              (string=? libdir "/usr/lib/"))              (string=? libdir "/usr/lib/"))
178          (display-separated (cons "-lguile" other-flags))          (display-separated (cons "-lguile -lguile-ltdl" other-flags))
179          (display-separated (cons          (display-separated (cons
180                              (string-append "-L" (get-build-info 'libdir))                              (string-append "-L" (get-build-info 'libdir))
181                              (cons "-lguile" other-flags))))                              (cons "-lguile -lguile-ltdl" other-flags))))
182      (newline)))      (newline)))
183    
184  (define (help-link)  (define (help-link)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26