From patchwork Sat Mar 3 06:38:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ronnie sahlberg X-Patchwork-Id: 144407 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7B0441007D3 for ; Sat, 3 Mar 2012 17:39:26 +1100 (EST) Received: from localhost ([::1]:58990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3icm-0001iE-C3 for incoming@patchwork.ozlabs.org; Sat, 03 Mar 2012 01:39:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3ice-0001i9-Vh for qemu-devel@nongnu.org; Sat, 03 Mar 2012 01:39:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3icd-00040H-8D for qemu-devel@nongnu.org; Sat, 03 Mar 2012 01:39:16 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:40156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3icc-0003xf-VH for qemu-devel@nongnu.org; Sat, 03 Mar 2012 01:39:15 -0500 Received: by mail-pz0-f46.google.com with SMTP id r28so3939725daj.33 for ; Fri, 02 Mar 2012 22:39:14 -0800 (PST) Received-SPF: pass (google.com: domain of ronniesahlberg@gmail.com designates 10.68.204.129 as permitted sender) client-ip=10.68.204.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ronniesahlberg@gmail.com designates 10.68.204.129 as permitted sender) smtp.mail=ronniesahlberg@gmail.com; dkim=pass header.i=ronniesahlberg@gmail.com Received: from mr.google.com ([10.68.204.129]) by 10.68.204.129 with SMTP id ky1mr24008929pbc.21.1330756754117 (num_hops = 1); Fri, 02 Mar 2012 22:39:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=/AyaRHki4ZyxGjIFKAlJP6ZHhkcrKG/Dv6jDHIzv4eo=; b=kn0VgehO0YmsWDn/Ez5UmHinU7wLeVmapkT94Ngf0KySDxpsOFFjGc+5p3qXHYX5Fz Va9wuAWLRQ638lvlRRwdi8uYtY72KcoKEVhp12OuAPfG2qGLkYIq7ozmCmh8hk/BBWZZ QYuu8LACI3Fud9+NJfvPB3n1/8mirFQf+8GD/zwTWAHy6U5Dg28lMu/5SP/tE8sgGosd mLUdibFetK76MzJfsfiepjFsSaMvH6TlFfYudZuCAqMdDTaMVnFQXx7qEee4xiSwOVQs fqfq3/yAx50ql9iJefOoqowwPM6fenvmbEsy7TKFRxDywSJWv+4bZpJl53HGNWhHIVXs 0kjA== Received: by 10.68.204.129 with SMTP id ky1mr20119702pbc.21.1330756754053; Fri, 02 Mar 2012 22:39:14 -0800 (PST) Received: from ronniesahlberg@gmail.com (CPE-60-229-38-244.lns7.ken.bigpond.net.au. [60.229.38.244]) by mx.google.com with ESMTPS id n3sm2129254pbe.47.2012.03.02.22.39.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Mar 2012 22:39:13 -0800 (PST) Received: by ronniesahlberg@gmail.com (sSMTP sendmail emulation); Sat, 03 Mar 2012 17:39:05 +1100 From: Ronnie Sahlberg To: qemu-devel@nongnu.org, kwolf@redhat.com Date: Sat, 3 Mar 2012 17:38:29 +1100 Message-Id: <1330756709-12781-2-git-send-email-ronniesahlberg@gmail.com> X-Mailer: git-send-email 1.7.3.1 In-Reply-To: <1330756709-12781-1-git-send-email-ronniesahlberg@gmail.com> References: <1330756709-12781-1-git-send-email-ronniesahlberg@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.46 Cc: Ronnie Sahlberg Subject: [Qemu-devel] [PATCH] Change library from libiscsi to libiscsiclient to match library rename in libiscsi X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Ronnie Sahlberg --- 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 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"