* tests/lt_dlexit.at: Allow test to pass on static-only systems

and with disable-shared.
This commit is contained in:
Ralf Wildenhues 2007-02-27 22:32:17 +00:00
parent d2f789e3c7
commit 0dfcbc7343
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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;