]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Disable compilation of static libraries
authorJan Safranek <jsafrane@redhat.com>
Wed, 25 Mar 2009 09:28:34 +0000 (10:28 +0100)
committerJan Safranek <jsafrane@redhat.com>
Thu, 26 Mar 2009 08:37:38 +0000 (09:37 +0100)
commitfe97107b28c97e312206ea8dc961b3d0aee48f4c
tree73e0faf5091fe91557780e007667b272996ed4f4
parenteb659d705d43d39eb01542df39e6747de57248b5
Disable compilation of static libraries

Disable compilation of static libraries. Static libraries (.a files) should not
be compiled by default, shared library is better for LGPL licensed code.

Still, one can enable static libraries with ./configure --enable-static

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
configure.in