From: Steve Dickson <SteveD@redhat.com>
To: Jim Rees <rees@umich.edu>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH 1/1] Add a check for libdevmapper.h
Date: Mon, 26 Sep 2011 09:26:53 -0400 [thread overview]
Message-ID: <4E807D9D.30607@RedHat.com> (raw)
In-Reply-To: <20110926122355.GB12412@umich.edu>
On 09/26/2011 08:23 AM, Jim Rees wrote:
> Steve Dickson wrote:
>
> When NFS v4.1 is enable, the libdevemapp.h header file has to exist.
>
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
> configure.ac | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 80fb39d..572b33d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -80,6 +80,7 @@ AC_ARG_ENABLE(nfsv41,
> AC_MSG_ERROR([NFS v4.1 is enabled but NFS v4 is not. Use --disable-nfsv41])
> fi
> BLKMAPD=blkmapd
> + AC_CHECK_HEADER(libdevmapper.h, , AC_MSG_ERROR([Cannot find libdevmapper.h header file. Try installing device-mapper-devel]))
> else
> enable_nfsv41=
> BLKMAPD=
>
> On Debian based systems it's libdevmapper-dev.
>
> Did you get the patch I sent? I added the check farther down, with the
> other checks, and also checked for the library.
ah... no I did not but I do now... Lets go with your patch...
steved.
prev parent reply other threads:[~2011-09-26 13:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-26 11:41 [PATCH 1/1] Add a check for libdevmapper.h Steve Dickson
2011-09-26 12:23 ` Jim Rees
2011-09-26 13:26 ` 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=4E807D9D.30607@RedHat.com \
--to=steved@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).