From: Michael Tokarev <mjt@tls.msk.ru>
To: Ronnie Sahlberg <ronniesahlberg@gmail.com>
Cc: kwolf@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Change library from libiscsi to libiscsiclient to match library rename in libiscsi
Date: Sat, 03 Mar 2012 13:40:22 +0400 [thread overview]
Message-ID: <4F51E706.7010503@msgid.tls.msk.ru> (raw)
In-Reply-To: <1330756709-12781-2-git-send-email-ronniesahlberg@gmail.com>
On 03.03.2012 10:38, Ronnie Sahlberg wrote:
> Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
> ---
> configure | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index fb0e18e..294c0c1 100755
> --- a/configure
> +++ b/configure
> @@ -2503,9 +2503,9 @@ if test "$libiscsi" != "no" ; then
> #include <iscsi/iscsi.h>
> int main(void) { iscsi_create_context(""); return 0; }
> EOF
> - if compile_prog "-Werror" "-liscsi" ; then
> + if compile_prog "-Werror" "-liscsiclient" ; then
> libiscsi="yes"
> - LIBS="$LIBS -liscsi"
> + LIBS="$LIBS -liscsiclient"
> else
> if test "$libiscsi" = "yes" ; then
> feature_not_found "libiscsi"
Shouldn't we rename the feature and the --with/--without
name too here? This appears to be partial "fix" for the
name change.
For the feature, I'd suggest using --with-iscsi instead of
--with-libiscsiclient. But... dunno.
Thanks,
/mjt
next prev parent reply other threads:[~2012-03-03 9:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-03 6:38 [Qemu-devel] [PATCH] Rename libiscsi to libiscsiclient Ronnie Sahlberg
2012-03-03 6:38 ` [Qemu-devel] [PATCH] Change library from libiscsi to libiscsiclient to match library rename in libiscsi Ronnie Sahlberg
2012-03-03 9:40 ` Michael Tokarev [this message]
2012-03-07 5:37 ` ronnie sahlberg
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=4F51E706.7010503@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=ronniesahlberg@gmail.com \
/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.