From 10a071a33faa1bb53887ac497e324ab55213c220 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 11 Jun 2013 19:54:53 -0500 Subject: [PATCH 1/1] configure.ac: Fix check for NTFS_MNT_RDONLY (again) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) -- 2.43.0