X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=configure.ac;h=d1b7799b8f2cf3025eb2ef5f83694147a7d398bd;hb=00ae9e9cf11e1f7a108b63db0fc538180a81880a;hp=198fa2965685a4d706081c867bc0e89e40010dc8;hpb=a44a8b095c17cc5993f7058331a0b3be162dda09;p=wimlib diff --git a/configure.ac b/configure.ac index 198fa296..d1b7799b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.6.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.6.2-BETA], [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])