summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Schmidt <list.xfs@jan-o-sch.net>2013-08-13 17:24:17 +0000
committerRich Johnston <rjohnston@sgi.com>2013-08-13 17:08:56 -0500
commitdf0fd18101b625aad690d4cd3bb4ba7e7d1d99dc (patch)
treee323317fa64f5d60dcaced74947fb01be8295e86 /include
parentaab6d4e47d51b5cf4e5fc4a15a5dee80fb72aab4 (diff)
xfstests: add fssum tool
fssum is a tool to build a recursive checksum for a file system. The home repository of fssum is git://git.kernel.org/pub/scm/linux/kernel/git/arne/far-progs.git Signed-off-by: Jan Schmidt <list.xfs@jan-o-sch.net> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 6519c130..24f838f5 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -61,6 +61,7 @@ ENABLE_SHARED = @enable_shared@
HAVE_DB = @have_db@
HAVE_AIO = @have_aio@
HAVE_FALLOCATE = @have_fallocate@
+HAVE_SSL = @have_ssl@
HAVE_DMAPI = @have_dmapi@
HAVE_ATTR_LIST = @have_attr_list@
HAVE_FIEMAP = @have_fiemap@