summaryrefslogtreecommitdiffstats
path: root/libmount/src/version.c
diff options
context:
space:
mode:
authorKarel Zak2016-04-15 11:29:22 +0200
committerKarel Zak2016-04-15 11:29:22 +0200
commit3904d876368f049fc2cf8ffcb6db9e7493e9cfe5 (patch)
treee5e94cb32eb21f41dc12baa359a08b6b7cab3f37 /libmount/src/version.c
parentumount: add note about FS names differences to the man page (diff)
downloadkernel-qcow2-util-linux-3904d876368f049fc2cf8ffcb6db9e7493e9cfe5.tar.gz
kernel-qcow2-util-linux-3904d876368f049fc2cf8ffcb6db9e7493e9cfe5.tar.xz
kernel-qcow2-util-linux-3904d876368f049fc2cf8ffcb6db9e7493e9cfe5.zip
tests: remove USE_LIBMOUNT_FORCE_MOUNTINFO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/version.c')
-rw-r--r--libmount/src/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/version.c b/libmount/src/version.c
index 2d30954bb..76e137f32 100644
--- a/libmount/src/version.c
+++ b/libmount/src/version.c
@@ -28,8 +28,8 @@ static const char *lib_features[] = {
#ifdef HAVE_BTRFS_SUPPORT
"btrfs",
#endif
-#ifdef USE_LIBMOUNT_FORCE_MOUNTINFO
- "force-mountinfo",
+#ifdef USE_LIBMOUNT_SUPPORT_MTAB
+ "mtab",
#endif
#if !defined(NDEBUG)
"assert", /* libc assert.h stuff */