]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - configure.in
Build mount.nfs by default, and install setuid
[nfs-utils.git] / configure.in
index ce5e2a0174ccae5ff893f2fdd53eaea023a4407b..2a72c1c7f850c99b71245bd28afec264c99c2e67 100644 (file)
@@ -134,7 +134,7 @@ AC_ARG_ENABLE(mount,
        [AC_HELP_STRING([--enable-mount],
                        [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=no@:>@])],
        enable_mount=$enableval,
-       enable_mount=no)
+       enable_mount=yes)
        AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
 
 # Check whether user wants TCP wrappers support