mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): `wl' is tagged here.
This commit is contained in:
parent
edef0a4297
commit
a239315342
@ -1,5 +1,7 @@
|
||||
2005-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): `wl' is tagged here.
|
||||
|
||||
* libltdl/m4/libtool.m4 (LT_SYS_DLOPEN_SELF, _LT_COMPILER_PIC):
|
||||
Make sure `$wl' is properly expanded for tests involving
|
||||
`export_dynamic_flag_spec', `lt_prog_compiler_static'.
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -3817,7 +3817,7 @@ _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
|
||||
#
|
||||
# Check to make sure the static flag actually works.
|
||||
#
|
||||
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
|
||||
wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
|
||||
_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
|
||||
_LT_TAGVAR(lt_prog_compiler_static_works, $1),
|
||||
$lt_tmp_static_flag,
|
||||
|
Loading…
Reference in New Issue
Block a user