Bill Moseley wrote:
I don't really understand why libxml2 got linked in statically and not libz. I assume that's an issue in my Makefile.am file or how we setup libz and libxml2 in our configure script.
It's probably because libxml2 itself is installed using libtool (and thus there is a libxml2.la file present), where libz is not.
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf