]> wimlib.net Git - wimlib/blobdiff - configure.ac
Trim down 'flags' member of 'struct blob_descriptor'
[wimlib] / configure.ac
index e48ce2ea5bc88bc3bf9ebba134f5c6af1e2e6c8a..5d86b1a1603dc1af4f19e8c0d9eab56ad770ce64 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.7.5-BETA1], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.8.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
@@ -63,6 +63,7 @@ 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               \