From: Eric Biggers Date: Wed, 12 Jun 2013 00:54:53 +0000 (-0500) Subject: configure.ac: Fix check for NTFS_MNT_RDONLY (again) X-Git-Tag: v1.4.2~1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=10a071a33faa1bb53887ac497e324ab55213c220;hp=1a8b4a9f6e24d3ebbd75a86f73955e0f3f5e1785 configure.ac: Fix check for NTFS_MNT_RDONLY (again) --- diff --git a/configure.ac b/configure.ac index bfff95bb..50ca230a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) + [#include ]) fi AM_CONDITIONAL([WITH_NTFS_3G], [test "x$WITH_NTFS_3G" = "xyes"])