summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-06-03 15:15:15 -0500
committerEric Sandeen <sandeen@sandeen.net>2009-06-03 15:15:15 -0500
commitdcb3106e20618efcf95bf76a7dbfc446df9f69d9 (patch)
treed0c7af0a3cdb2aa7c0f838018ba9e1255c123067 /include
parentbe64a1a99b559a07e47377c700897606146602c4 (diff)
Check for xlog_assign_lsn in xfs headers
Checking for libxfs.h isn't enough; some debian installs have libxfs.h but no xlog_assign_lsn, and the loggen build still fails. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Tested-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
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 e8f4b6b5..7827ed5a 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -15,6 +15,7 @@ CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
HAVE_LIBXFS = @have_libxfs@
+HAVE_XLOG_ASSIGN_LSN = @have_xlog_assign_lsn@
LIBXFS = @libxfs@
LIBACL = @libacl@
LIBATTR = @libattr@