summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMasatake YAMATO2017-03-07 03:33:49 +0100
committerKarel Zak2017-03-23 12:46:09 +0100
commita921a7dea91b995454cfa8c408d4804b6657f731 (patch)
treef79b5d510358af9765d91116e1349fc99e02bca0 /configure.ac
parentMerge remote-tracking branch 'jwpi/hwclock-date7' (diff)
downloadkernel-qcow2-util-linux-a921a7dea91b995454cfa8c408d4804b6657f731.tar.gz
kernel-qcow2-util-linux-a921a7dea91b995454cfa8c408d4804b6657f731.tar.xz
kernel-qcow2-util-linux-a921a7dea91b995454cfa8c408d4804b6657f731.zip
fincore: new command for counting pages of file contents in core
Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 17c3b23e7..be0e1c63d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1589,6 +1589,10 @@ dnl earlier than 2.x.
UL_REQUIRES_HAVE([ctrlaltdel], [reboot], [reboot function])
AM_CONDITIONAL([BUILD_CTRLALTDEL], [test "x$build_ctrlaltdel" = xyes])
+UL_BUILD_INIT([fincore], [check])
+UL_REQUIRES_LINUX([fincore])
+AM_CONDITIONAL([BUILD_FINCORE], [test "x$build_fincore" = xyes])
+
UL_BUILD_INIT([fsfreeze], [check])
UL_REQUIRES_LINUX([fsfreeze])
AM_CONDITIONAL([BUILD_FSFREEZE], [test "x$build_fsfreeze" = xyes])