diff --git a/configure.ac b/configure.ac index 830c5fb6..9b953179 100644 --- a/configure.ac +++ b/configure.ac @@ -157,6 +157,14 @@ AC_ARG_ENABLE( [enable_extras="no"] ) +AC_ARG_ENABLE( + [quarantined], + [AS_HELP_STRING([--enable-quarantined],[enable quarantined ntfsprogs utilities + (default=no)])], + , + [enable_quarantined="no"] +) + AC_ARG_ENABLE( [nfconv], [AS_HELP_STRING([--disable-nfconv],[disable the 'nfconv' patch, which adds support for Unicode normalization form conversion when built on Mac OS X @<:@default=enabled for Mac OS X@:>@])], @@ -607,6 +615,7 @@ AM_CONDITIONAL([ENABLE_MOUNT_HELPER], [test "${enable_mount_helper}" = "yes"]) AM_CONDITIONAL([ENABLE_NTFS_3G], [test "${enable_ntfs_3g}" = "yes"]) AM_CONDITIONAL([ENABLE_NTFSPROGS], [test "${enable_ntfsprogs}" = "yes"]) AM_CONDITIONAL([ENABLE_EXTRAS], [test "${enable_extras}" = "yes"]) +AM_CONDITIONAL([ENABLE_QUARANTINED], [test "${enable_quarantined}" = "yes"]) # workaround for