I applied this as obvious bug fix.

Cheers,
Ralf

2007-02-27  Ralf Wildenhues  <[EMAIL PROTECTED]>

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

Index: tests/lt_dlexit.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/lt_dlexit.at,v
retrieving revision 1.5
diff -u -r1.5 lt_dlexit.at
--- tests/lt_dlexit.at  12 Feb 2007 20:10:00 -0000      1.5
+++ tests/lt_dlexit.at  27 Feb 2007 22:28:56 -0000
@@ -85,7 +85,7 @@
   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;


Reply via email to