diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 625129362..6357b19fa 100644 --- a/configure.ac +++ b/configure.ac @@ -305,7 +305,7 @@ AC_ARG_ENABLE([fusermount], [Use system's fusermount])) BUILD_FUSERMOUNT="yes" -if test "x$disable_fusermount" = "xyes"; then +if test "x$enable_fusermount" = "xno"; then BUILD_FUSERMOUNT="no" else AC_DEFINE(GF_FUSERMOUNT, 1, [Use our own fusermount]) |