]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/Makefile.in
Don't build e2fsck statically by default anymore
authorTheodore Ts'o <tytso@mit.edu>
Sun, 27 Jan 2008 22:43:10 +0000 (17:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 27 Jan 2008 23:22:18 +0000 (18:22 -0500)
commit7e8fe327b51051adcbb0d44169b1a933173ce1ff
tree6318049e2ddb5bfc037a35ad216ab8281cf54754
parent4f2e8f19827e8b4b9a6b030af8534129cd5e5503
Don't build e2fsck statically by default anymore

Also removed the --enable-dynamic-static configure option.

Unfortunately the usefulness of building e2fsck statically is gone on
all modern distributions, since everything else on the system is built
dynamically these days.  In fact on some distributions it is almost
impossible to build programs statically any more.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in
debian/rules
e2fsck/Makefile.in