]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - aclocal/libnfsidmap.m4
nfsidmap: auto disable when keyutils is not found
[nfs-utils.git] / aclocal / libnfsidmap.m4
index 4faa923f190c2b14df663ee93697e42b9ecf4b75..484b1ecebfdcb3120464997e5a4b5c900830a260 100644 (file)
@@ -15,7 +15,6 @@ AC_DEFUN([AC_LIBNFSIDMAP], [
                           [Define to 1 if you have the `nfs4_set_debug' function.])])
 
   dnl only enable nfsidmap when libnfsidmap supports it
-  AC_CHECK_LIB([nfsidmap], [nfs4_owner_to_uid], [enable_nfsidmap=yes],
-               [enable_nfsidmap=no])
+  AC_CHECK_LIB([nfsidmap], [nfs4_owner_to_uid])
 
 ])dnl