summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bf2a8acb2a..69cbda96165 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,7 +262,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])