From 7b8912eaab6ca2ef864ea8acbe769ceca2ffd08a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 27 Nov 2012 12:21:56 -0600 Subject: [PATCH] e2fsprogs: fix configure help text for quota It's --enable-quota, not --enable-libquota. Signed-off-by: Eric Sandeen Signed-off-by: Theodore Ts'o --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d69695fd..01b56c55 100755 --- a/configure +++ b/configure @@ -1495,7 +1495,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 72da1a29..2b44d1e7 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])