All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: Jim Rees <rees@umich.edu>
Cc: linux-nfs@vger.kernel.org, peter honeyman <honey@citi.umich.edu>
Subject: Re: [PATCH] add dependency on devmapper for blkmapd
Date: Mon, 26 Sep 2011 15:22:36 -0400	[thread overview]
Message-ID: <4E80D0FC.3070107@RedHat.com> (raw)
In-Reply-To: <1316973011-6393-1-git-send-email-rees@umich.edu>



On 09/25/2011 01:50 PM, Jim Rees wrote:
> Signed-off-by: Jim Rees <rees@umich.edu>
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

      reply	other threads:[~2011-09-26 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-25 17:50 [PATCH] add dependency on devmapper for blkmapd Jim Rees
2011-09-26 19:22 ` Steve Dickson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E80D0FC.3070107@RedHat.com \
    --to=steved@redhat.com \
    --cc=honey@citi.umich.edu \
    --cc=linux-nfs@vger.kernel.org \
    --cc=rees@umich.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.