summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-14 14:22:21 -0400
committerSteve Dickson <steved@redhat.com>2011-09-14 14:25:52 -0400
commitd7c64ddf66b04a225fab249af8a8fdd684551c5c (patch)
tree9660fbeea94521de68ddcdfadd99c8ce87502f11 /configure.ac
parent80936369ba84e161c324116658e074c830dcaf55 (diff)
downloadnfs-utils-d7c64ddf66b04a225fab249af8a8fdd684551c5c.tar.gz
nfs-utils-d7c64ddf66b04a225fab249af8a8fdd684551c5c.tar.xz
nfs-utils-d7c64ddf66b04a225fab249af8a8fdd684551c5c.zip
nfsidmap: auto disable when keyutils is not found
Since we already auto-disable based on libnfsidmap capabilities, don't make keyutils a hard failure. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9fb27b..1a28f8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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