From d21b498087a5e74013e257e8672ba616707f25c3 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Sep 2012 08:58:42 -0500 Subject: [PATCH] Document libntfs-3g versions allowed --- README | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 364cb77f..086fa5ee 100644 --- a/README +++ b/README @@ -94,7 +94,10 @@ server for PXE booting. See the main page `doc/mkwinpeiso.1' for more details. * libntfs-3g Unless configured with --without-ntfs-3g, wimlib requires the library - and headers for libntfs-3g to be installed. + and headers for libntfs-3g version 2011-4-12 or later to be installed. + Versions dated 2010-3-6 and earlier do not work because they are missing + the header xattrs.h (and the file xattrs.c, which contains functions we + need). * cdrkit (optional) * mtools (optional) diff --git a/configure.ac b/configure.ac index c2156614..179c2436 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ if test "x$WITH_NTFS_3G" = "xyes"; then AC_DEFINE([WITH_NTFS_3G], [1], [Define to 1 to enable support for NTFS-specific information]) - AC_CHECK_LIB([ntfs-3g], [ntfs_set_file_security], [], + AC_CHECK_LIB([ntfs-3g], [ntfs_mount], [], [AC_MSG_ERROR([Cannot find libntfs-3g. Without libntfs-3g, wimlib cannot include support for capturing and applying WIMs on NTFS filesystems while preserving NTFS-specific data -- 2.43.0