]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
configure.ac: disable static libraries by default.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 26 May 2020 23:23:08 +0000 (19:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 26 May 2020 23:23:08 +0000 (19:23 -0400)
commit6f86f4948c94158193b3a22ae7c2e3956e744cb9
tree64fa7b90bf1ce66f1cb8d7474d52e117fac9c536
parent3dccd819a2db46ffd6df1d1063cd6cd0e9d01135
configure.ac: disable static libraries by default.

Static libraries are a security risk and a waste of space. Most users
will not want to build or install them, so this commit disables them
by passing "disable-static" to the LT_INIT macro. If you really think
you know what you're doing, they can be re-enabled by passing the
"--enable-static" flag to ./configure.
configure.ac