From: Ronnie Sahlberg <ronniesahlberg@gmail.com>
To: qemu-devel@nongnu.org, kwolf@redhat.com
Cc: Ronnie Sahlberg <ronniesahlberg@gmail.com>
Subject: [Qemu-devel] [PATCH] Change library from libiscsi to libiscsiclient to match library rename in libiscsi
Date: Sat, 3 Mar 2012 17:38:29 +1100 [thread overview]
Message-ID: <1330756709-12781-2-git-send-email-ronniesahlberg@gmail.com> (raw)
In-Reply-To: <1330756709-12781-1-git-send-email-ronniesahlberg@gmail.com>
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"
--
1.7.3.1
next prev parent reply other threads:[~2012-03-03 6:39 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 ` Ronnie Sahlberg [this message]
2012-03-03 9:40 ` [Qemu-devel] [PATCH] Change library from libiscsi to libiscsiclient to match library rename in libiscsi Michael Tokarev
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=1330756709-12781-2-git-send-email-ronniesahlberg@gmail.com \
--to=ronniesahlberg@gmail.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).