]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
e2fsprogs: fix configure help text for quota
authorEric Sandeen <sandeen@redhat.com>
Tue, 27 Nov 2012 18:21:56 +0000 (12:21 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Nov 2012 03:51:19 +0000 (22:51 -0500)
It's --enable-quota, not --enable-libquota.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in

index d69695fdd1ea8a3298d3d6271ee639866e910a6b..01b56c55ab6bdbb809e9b7d0093ab23775cfe69e 100755 (executable)
--- 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
index 72da1a29a3930e65b3c89515f3be406d444bdfdf..2b44d1e72101c90cab6fb1d5a8ee90b74b3e8fd4 100644 (file)
@@ -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])