X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=00cbfb367ac354c374de09d90e2e456e0686648e;hp=20ee90755d7f4c2bd0c2e8fd02f513253590885f;hb=50e2715272c44a059f9726f5558782d796a0df8f;hpb=92502e53658f09310d67118a0bbc18fa83a1b6f0 diff --git a/configure.ac b/configure.ac index 20ee9075..00cbfb36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.6.0-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.6.1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -67,6 +67,7 @@ AC_CHECK_HEADERS([alloca.h \ sys/endian.h \ sys/file.h \ sys/param.h \ + sys/sysctl.h \ sys/times.h \ time.h \ utime.h])