mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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>
This commit is contained 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@
|
||||
|
||||
Reference in New Issue
Block a user