]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: rename --enable-partx to --disable-partx
authorKarel Zak <kzak@redhat.com>
Thu, 18 Aug 2011 09:38:19 +0000 (11:38 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 18 Aug 2011 09:38:19 +0000 (11:38 +0200)
Note the partx command is (and always was) enabled by default on Linux.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 6127f5af224a5923a1a626afc94d361d28849210..a8bf0d8fc5947a4d75bd6f335093c67c7cdc7d1d 100644 (file)
@@ -371,7 +371,7 @@ AM_CONDITIONAL(BUILD_FSCK, test "x$enable_fsck" = xyes)
 
 
 AC_ARG_ENABLE([partx],
-  AS_HELP_STRING([--enable-partx], [build addpart, delpart, partx]),
+  AS_HELP_STRING([--disable-partx], [do not build addpart, delpart, partx]),
   [], enable_partx=check
 )
 build_partx=yes
@@ -484,7 +484,7 @@ AM_CONDITIONAL(BUILD_LIBMOUNT_MOUNT, test "x$enable_libmount_mount" = xyes)
 
 
 AC_ARG_ENABLE([mountpoint],
-  AS_HELP_STRING([--disable-mountpoint], [build mountpoint]),
+  AS_HELP_STRING([--disable-mountpoint], [do not build mountpoint]),
   [], enable_mountpoint=check
 )