Libtool will do the right thing and use whatever is available based on --enable-shared/--enable-static.
This also means that some of the things we build actually test the dynamic library.
Libtool will do the right thing and use whatever is available based on --enable-shared/--enable-static.
This also means that some of the things we build actually test the dynamic library.
Libtool will do the right thing and use whatever is available
based on --enable-shared/--enable-static.
This also means that some of the things we build actually
test the dynamic library.
As an aside, this means that to valgrind the things this builds by default you have to do the libtool --mode=execute thing on them. :)
ACK