From: Ralf Wildenhues Date: Tue, 27 Feb 2007 22:32:17 +0000 (+0000) Subject: * tests/lt_dlexit.at: Allow test to pass on static-only systems X-Git-Tag: release-2-1b~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfcbc7343c6d2a4d4ebd7388f12e5bd619b7f2b;p=thirdparty%2Flibtool.git * tests/lt_dlexit.at: Allow test to pass on static-only systems and with disable-shared. --- diff --git a/ChangeLog b/ChangeLog index 1ec9a3ce4..f7b0ffd1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-02-27 Ralf Wildenhues + * 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. diff --git a/tests/lt_dlexit.at b/tests/lt_dlexit.at index 64d71754f..25f7436f2 100644 --- a/tests/lt_dlexit.at +++ b/tests/lt_dlexit.at @@ -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;