X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=92833e3f5b9e8c13206a9dd5a272725aa7f9fce4;hp=5408e85c14bda09be330453beeaf823c5e260ec5;hb=3ef3dc8f1e87ba7a6eaa3c2a6965aff6c80ba414;hpb=f8e315543b7f1db7f37a4bfe8ede3020cef62868 diff --git a/configure.ac b/configure.ac index 5408e85..92833e3 100644 --- a/configure.ac +++ b/configure.ac @@ -247,6 +247,12 @@ if test "$enable_nfsv4" = yes; then dnl check for nfsidmap libraries and headers AC_LIBNFSIDMAP + dnl enable nfsidmap when its support by libnfsidmap + AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$enable_nfsidmap" = "yes"]) + + dnl check for the keyutils libraries and headers + AC_KEYUTILS + dnl librpcsecgss already has a dependency on libgssapi, dnl but we need to make sure we get the right version if test "$enable_gss" = yes; then @@ -435,6 +441,7 @@ AC_CONFIG_FILES([ utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile + utils/nfsidmap/Makefile utils/showmount/Makefile utils/statd/Makefile tests/Makefile