X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=configure.ac;h=1a28f8a4cd50367397d478e64626027ef35c4ca3;hb=30c11bd2de78f023746751db74036daf3044a80d;hp=1e8b035aa56f8c067ac9399dd92961f74ea5673e;hpb=fa3a5cd1ce1a2af0550ee8f5c30f6fbd6a0a28d4;p=nfs-utils.git diff --git a/configure.ac b/configure.ac index 1e8b035..1a28f8a 100644 --- a/configure.ac +++ b/configure.ac @@ -137,7 +137,7 @@ if test "$enable_mount" = yes; then AC_ARG_ENABLE(libmount-mount, [AC_HELP_STRING([--enable-libmount-mount], [Link mount.nfs with libmount (EXPERIMENTAL)])], - enable_libmount=yes, + enable_libmount=$enableval, enable_libmount=no) fi @@ -266,7 +266,7 @@ if test "$enable_nfsv4" = yes; then fi fi dnl enable nfsidmap when its support by libnfsidmap -AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$enable_nfsidmap" = "yes"]) +AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$ac_cv_header_keyutils_h$ac_cv_lib_nfsidmap_nfs4_owner_to_uid" = "yesyes"]) if test "$knfsd_cv_glibc2" = no; then