35fc9fedd2
we had already tested this scenario manually to know that it seemed to be working. What we ''didn't'' test was --enable-static --disable-shared --disable-dlopen -- but my MTT '''did.''' Yay! This commit fixes that scenario. Essentially we need to call a dummy function in hooks.c to ensure that the linker pulls in all those symbols into the final executable (and therefore pulls in the malloc_initialize_hook, etc.). Thanks for the heads-up from Brian in fixing this one! This commit was SVN r21022.