aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-07-03 22:02:30 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-07-03 22:02:30 -0400
commit9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8 (patch)
treec9c52b814b93a66e0512a082efb2407f8aa7c49f /util
parent149640fabcf140d8ede596b06ff8c191ca23caca (diff)
downloadandroid_external_e2fsprogs-9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8.tar.gz
android_external_e2fsprogs-9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8.tar.bz2
android_external_e2fsprogs-9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8.zip
configure: remove support to disable quota support
For the 1.43 release, quota support will be the default. It's much simpler if we don't try to make quota support optional. This was done originally because the quota feature wasn't fully tested. It is now, so we can remove this as an option. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/subst.conf.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/subst.conf.in b/util/subst.conf.in
index 64fde7ad..0e074d85 100644
--- a/util/subst.conf.in
+++ b/util/subst.conf.in
@@ -18,5 +18,3 @@ $prefix @prefix@
# Enable the documentation for the journal device mke2fs, tune2fs, and
# e2fsck's man page
JDEV
-# Enable documentation for quota feature in mke2fs
-QUOTA_MAN_COMMENT @QUOTA_MAN_COMMENT@