X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=5eb1d798ec398718c0a53eefbb7678d12275c34a;hp=77330771f54aee346bbf7ce15cf94f8fb2f9a2d8;hb=a0520fa1a41bd33815b331b660b4545f2723495c;hpb=b9559d9cd6255ec3068d1c840361ad972e2e066e diff --git a/configure.in b/configure.in index 7733077..5eb1d79 100644 --- a/configure.in +++ b/configure.in @@ -107,6 +107,13 @@ AC_ARG_ENABLE(rquotad, fi AM_CONDITIONAL(CONFIG_RQUOTAD, [test "$enable_rquotad" = "yes"]) +AC_ARG_WITH(mount, + [AC_HELP_STRING([--without-mount], + [Create mount.nfs and do not use the util-linux mount(8) functionality. By default it doesn't.])], + use_mount=$withval, + use_mount=yes) + AM_CONDITIONAL(CONFIG_NOMOUNT, [test "$use_mount" = "no"]) + # Check whether user wants TCP wrappers support AC_TCP_WRAPPERS @@ -314,6 +321,7 @@ AC_CONFIG_FILES([ utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile + utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile