X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=74ff4744d08db2ec3367000bd01d185038bd1f1b;hp=dc569f7bb104b1d55f75511a29e06a2aeaca861a;hb=139f42ea23511d81a44e8925a24f7f218318010c;hpb=4ac0a4105886f5d8a56ee3feacaaa19562d89e6a diff --git a/configure.ac b/configure.ac index dc569f7b..74ff4744 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,6 @@ AC_CHECK_FUNCS([futimens utimensat flock mempcpy \ # Header checks, most of which are only here to satisfy conditional includes # made by the libntfs-3g headers. AC_CHECK_HEADERS([alloca.h \ - attr/xattr.h \ byteswap.h \ endian.h \ errno.h \ @@ -78,6 +77,7 @@ AC_CHECK_HEADERS([alloca.h \ sys/file.h \ sys/sysctl.h \ sys/times.h \ + sys/xattr.h \ time.h \ utime.h]) @@ -159,12 +159,6 @@ if test "$WITH_FUSE" = "yes"; then versions of glibc include this library. Either install this library, or configure --without-fuse to disable support for mounting WIM images.])]) - AC_CHECK_LIB([attr], [getxattr], [], - [AC_MSG_ERROR([Cannot find libattr! - wimlib needs this for the extended attribute functions, which are used - in the code for mounting WIM images. Either install this library, or - configure --without-fuse to disable support for mounting WIM images.])]) - PKGCONFIG_PRIVATE_LIBS="$PKGCONFIG_PRIVATE_LIBS -lrt" AC_SUBST([LIBRT_LIBS], [-lrt]) fi