]> wimlib.net Git - wimlib/blobdiff - configure.ac
Improve write streams performance and handling of joins
[wimlib] / configure.ac
index 83369ea5cf925e550de15d9db5419f6f51c7a336..8d96cc370095a534e2bb24802990bae9204f3593 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.4.1], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.5.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
@@ -272,7 +272,7 @@ if test "x$WITH_NTFS_3G" = "xyes"; then
                                 [1],
                                 [Define to 1 if ntfs_mount() takes the flag NTFS_MNT_RDONLY])],
                      [],
-                     ,[#include <ntfs-3g/volume.h>])
+                     [#include <ntfs-3g/volume.h>])
 fi
 AM_CONDITIONAL([WITH_NTFS_3G], [test "x$WITH_NTFS_3G" = "xyes"])