diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index df43b80779d..3069f35942e 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,6 @@ AC_CONFIG_FILES([Makefile xlators/storage/Makefile xlators/storage/posix/Makefile xlators/storage/posix/src/Makefile - xlators/storage/bdb/Makefile - xlators/storage/bdb/src/Makefile xlators/cluster/Makefile xlators/cluster/unify/Makefile xlators/cluster/unify/src/Makefile @@ -228,9 +226,8 @@ AC_SUBST(FUSE_CLIENT_SUBDIR) # FUSERMOUNT section AC_ARG_ENABLE([fusermount], - AC_HELP_STRING([--enable-fusermount], - [Build fusermount]), - [], [enable_fusermount=no]) + AC_HELP_STRING([--disable-fusermount], + [Do not build fusermount])) BUILD_FUSERMOUNT="no" |