summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2011-08-18 11:38:19 +0200
committerKarel Zak2011-08-18 11:38:19 +0200
commit2023ccc4ddd1a6e5c09261ab822864475fca64e9 (patch)
tree8d6a960a582c88d34b5fde91a6e3c5079b758acb /configure.ac
parentddate: fix St. Tib's Day in other languages (diff)
downloadkernel-qcow2-util-linux-2023ccc4ddd1a6e5c09261ab822864475fca64e9.tar.gz
kernel-qcow2-util-linux-2023ccc4ddd1a6e5c09261ab822864475fca64e9.tar.xz
kernel-qcow2-util-linux-2023ccc4ddd1a6e5c09261ab822864475fca64e9.zip
build-sys: rename --enable-partx to --disable-partx
Note the partx command is (and always was) enabled by default on Linux. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6127f5af2..a8bf0d8fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
)