X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=5eb1d798ec398718c0a53eefbb7678d12275c34a;hp=8b538a305b617bde8da34a86de2c81a6dd5e5d22;hb=4e2bae795e5eaf9922f0b966ab5df64994c836a2;hpb=0270a2498325b70be4c1ac91bb64c4f29607b57f diff --git a/configure.in b/configure.in index 8b538a3..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 @@ -192,7 +199,8 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h \ malloc.h memory.h netdb.h netinet/in.h paths.h \ stdlib.h string.h sys/file.h sys/ioctl.h sys/mount.h \ sys/param.h sys/socket.h sys/time.h sys/vfs.h \ - syslog.h unistd.h com_err.h et/com_err.h]) + syslog.h unistd.h com_err.h et/com_err.h \ + ifaddrs.h]) dnl ************************************************************* dnl Checks for typedefs, structures, and compiler characteristics @@ -313,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