]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/lt_dlexit.at: Allow test to pass on static-only systems
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 27 Feb 2007 22:32:17 +0000 (22:32 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 27 Feb 2007 22:32:17 +0000 (22:32 +0000)
and with disable-shared.

ChangeLog
tests/lt_dlexit.at

index 1ec9a3ce41f4a567b8dd5cf14e688bc86443ad31..f7b0ffd1f0bcce159352e5295d6af43b3eb4c43d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 64d71754f6af8fbfdebd2e6b09013f4c24892cf7..25f7436f28d2e36d46458994c7ab19658f988ba6 100644 (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;