X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=1ab89db629f236caa847c83d9641a769279933ce;hp=6ae6c6df4ceb86f2a0575d9bbe14696581de9234;hb=69620a042d1151871a31f07ccd210b2dab49c628;hpb=29970b87f87d2115f55affdbee2bf74cec940b43 diff --git a/configure.ac b/configure.ac index 6ae6c6d..1ab89db 100644 --- a/configure.ac +++ b/configure.ac @@ -95,15 +95,6 @@ AC_ARG_ENABLE(kprefix, test "$enableval" = "yes" && kprefix=k, kprefix=) AC_SUBST(kprefix) -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=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 - AC_SUBST(secure_statd) AC_ARG_WITH(rpcgen, [AC_HELP_STRING([--with-rpcgen=internal], [use internal rpcgen instead of system one])], rpcgen_path=$withval,