mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-01 15:25:27 +08:00
* ltconfig.in (global_symbol_to_cdecl): was reset before trying
`symprfx=_', rendering the test with `_' useless
This commit is contained in:
parent
d4a6d36ef0
commit
06f34a0898
@ -1,5 +1,8 @@
|
||||
1999-03-13 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (global_symbol_to_cdecl): was reset before trying
|
||||
`symprfx=_', rendering the test with `_' useless
|
||||
|
||||
* doc/libtool.texi (AM_PROG_LIBTOOL): eliminate overfull boxes
|
||||
|
||||
* doc/libtool.texi: complete dlopening/libltdl documentation
|
||||
|
@ -1518,11 +1518,14 @@ EOF
|
||||
break
|
||||
else
|
||||
global_symbol_pipe=
|
||||
global_symbol_to_cdecl=
|
||||
fi
|
||||
done
|
||||
echo "$ac_t$pipe_works" 1>&6
|
||||
|
||||
if test -z "$global_symbol_pipe"; then
|
||||
global_symbol_to_cdecl=
|
||||
fi
|
||||
|
||||
# Check hardcoding attributes.
|
||||
echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
|
||||
hardcode_action=
|
||||
|
Loading…
Reference in New Issue
Block a user