On 09/25/2011 01:50 PM, Jim Rees wrote: > Signed-off-by: Jim Rees <rees@xxxxxxxxx> Committed.. steved. > --- > configure.ac | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 80fb39d..f101b86 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -265,6 +265,12 @@ if test "$enable_nfsv4" = yes; then > AC_RPCSEC_VERSION > fi > fi > + > +if test "$enable_nfsv41" = yes; then > + AC_CHECK_LIB([devmapper], [dm_task_create], [LIBDEVMAPPER="-ldevmapper"], AC_MSG_ERROR([libdevmapper needed])) > + AC_CHECK_HEADER(libdevmapper.h, , AC_MSG_ERROR([Cannot find devmapper header file libdevmapper.h])) > +fi > + > dnl enable nfsidmap when its support by libnfsidmap > AM_CONDITIONAL(CONFIG_NFSIDMAP, [test "$ac_cv_header_keyutils_h$ac_cv_lib_nfsidmap_nfs4_owner_to_uid" = "yesyes"]) > > -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html