mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* tests/lt_dlexit.at: Allow test to pass on static-only systems
and with disable-shared.
This commit is contained in:
parent
d2f789e3c7
commit
0dfcbc7343
@ -1,5 +1,8 @@
|
||||
2007-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/lt_dlexit.at: Allow test to pass on static-only systems
|
||||
and with disable-shared.
|
||||
|
||||
* NEWS: Rewrite all news since 1.9f and put in categories,
|
||||
update.
|
||||
|
||||
|
@ -85,7 +85,7 @@ main (int argc, char **argv)
|
||||
int i;
|
||||
lt_dlhandle b1;
|
||||
|
||||
/* LTDL_SET_PRELOADED_SYMBOLS(); */
|
||||
LTDL_SET_PRELOADED_SYMBOLS();
|
||||
if (lt_dlinit() != 0) {
|
||||
fprintf (stderr, "error during initialization: %s\n", lt_dlerror());
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user