]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - configure.in
Make --enable-secure-statd the default.
[nfs-utils.git] / configure.in
index 61e5be241473403ad6f98d7fc0d0282d49345533..258188ad525720b52a89613b9bad16fde62f460e 100644 (file)
@@ -91,7 +91,7 @@ AC_ARG_ENABLE(secure-statd,
        [AC_HELP_STRING([--enable-secure-statd],
                         [Only lockd can use statd (security)])],
        test "$enableval" = "yes" && secure_statd=yes,
-       secure_statd=no)
+       secure_statd=yes)
        if test "$secure_statd" = yes; then
                AC_DEFINE(RESTRICTED_STATD, 1, [Define this if you want to enable various security checks in statd. These checks basically keep anyone but lockd from using this service.])
        fi
@@ -331,7 +331,6 @@ AC_CONFIG_FILES([
        utils/exportfs/Makefile
        utils/gssd/Makefile
        utils/idmapd/Makefile
-       utils/lockd/Makefile
        utils/mount/Makefile
        utils/mountd/Makefile
        utils/nfsd/Makefile