]> icculus.org git repositories - icculus/xz.git/commit
Make --enable-dynamic a tristate option.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 13 Aug 2009 12:00:21 +0000 (15:00 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 13 Aug 2009 12:00:21 +0000 (15:00 +0300)
commit71f18e8a066a01dda0c8e5508b135ef104e43e4c
tree079b654ca956ad5723579835ed5ec0f9da7cbc6e
parent5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61
Make --enable-dynamic a tristate option.

Some programs will by default be linked against static
liblzma and some against shared liblzma. --enable-dynamic
now allows overriding the default to both directions
(all dynamic or all static) even when building both
shared and static liblzma.

This is quite messy compared to how simple thing it is supposed
to be. The complexity is mostly due to Windows support.
configure.ac