X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=configure.ac;h=970b0a4532d7cd145f8c4607201d9205ffbaa948;hb=a135e7a3fa0ba112dc8da88bbce73618849a4c33;hp=dc569f7bb104b1d55f75511a29e06a2aeaca861a;hpb=e4cdc80a6d033bb27ac0d1687ca32d0434673128;p=wimlib diff --git a/configure.ac b/configure.ac index dc569f7b..970b0a45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.10.0-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.10.0], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -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