X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=03ad48a76ac295ec00f19a55c3ebee117311574d;hp=c35b62ab0d53ad93fd8ce6c6fd98cf02fc589adf;hb=056bca7aee6a336b5418bf2d8ae3dd5a7ca432a2;hpb=7c83ef53090441de11cc78d8d26dc337cd7ac475 diff --git a/configure.ac b/configure.ac index c35b62ab..03ad48a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.2.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.2.1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -34,6 +34,12 @@ AC_CHECK_HEADERS([endian.h byteswap.h sys/byteorder.h sys/endian.h \ sys/param.h machine/endian.h alloca.h stdlib.h stdarg.h \ errno.h attr/xattr.h utime.h sys/file.h]) +AC_CHECK_MEMBER([struct stat.st_mtim], + [AC_DEFINE([HAVE_STAT_NANOSECOND_PRECISION], [1], + [Define to 1 if nanosecond precision timestamps are + supported])], + [], + [[#include ]]) AM_ICONV if test "x$am_cv_func_iconv" != "xyes"; then