From: David Heine Date: Wed, 25 Nov 1998 01:00:15 +0000 (+0000) Subject: * ltmain.in (pass_all): actively pass the flags X-Git-Tag: autoconf_pre_2-13~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0eaa6262102c0fc65f29926dacf9f1fb3c5bef;p=thirdparty%2Flibtool.git * ltmain.in (pass_all): actively pass the flags --- diff --git a/ChangeLog b/ChangeLog index b5e823d55..c7040d8af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-11-24 David Heine + + * ltmain.in (pass_all): actively pass the flags + 1998-11-24 Thomas Tanner * depdemo: added inter-library dependencies demo (doesn't work yet!) diff --git a/ltmain.in b/ltmain.in index 7f34693c7..74cc8ff5d 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1355,7 +1355,9 @@ compiler." major="" newdeplibs= case "$check_shared_deplibs_method" in - pass_all) ;; # Don't check for shared/static. Everything works. + pass_all) + newdeplibs=$deplibs + ;; # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just