From patchwork Tue Nov 27 18:21:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: e2fsprogs: fix configure help text for quota Date: Tue, 27 Nov 2012 08:21:56 -0000 From: Eric Sandeen X-Patchwork-Id: 202270 Message-Id: <50B504C4.6090504@redhat.com> To: ext4 development It's --enable-quota, not --enable-libquota. Signed-off-by: Eric Sandeen --- PS it's still off by default. Should it be? What bugs remain? Manpage refers to "-O quota" unconditionally. Maybe that should be different depending on how it's configured? -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/configure b/configure index d47cef7..91e2bf5 100755 --- a/configure +++ b/configure @@ -1498,7 +1498,7 @@ Optional Features: --disable-testio-debug disable the use of the test I/O manager for debugging --disable-libuuid do not build private uuid library --disable-libblkid do not build private blkid library - --enable-libquota enable quota support + --enable-quota enable quota support --disable-debugfs disable support of debugfs program --disable-imager disable support of e2image program --disable-resizer disable support of e2resize program diff --git a/configure.in b/configure.in index 0b96b8d..bc8d1e8 100644 --- a/configure.in +++ b/configure.in @@ -568,7 +568,7 @@ dnl PKG_PROG_PKG_CONFIG AH_TEMPLATE([CONFIG_QUOTA], [Define to 1 to enable quota support]) AC_ARG_ENABLE([quota], -[ --enable-libquota enable quota support], +[ --enable-quota enable quota support], if test "$enableval" = "no" then AC_MSG_RESULT([Disabling quota support])