From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCKgw-0001KC-AK for qemu-devel@nongnu.org; Tue, 07 Jul 2015 00:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCKgv-0006Q9-38 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 00:41:09 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:34981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCKgu-0006Pm-U2 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 00:41:09 -0400 Received: by obbop1 with SMTP id op1so121127994obb.2 for ; Mon, 06 Jul 2015 21:41:08 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Mon, 6 Jul 2015 23:40:14 -0500 Message-Id: <1436244020-27822-5-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1436244020-27822-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1436244020-27822-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 04/10] qga: add win32 library iphlpapi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Kirk Allan From: Kirk Allan Add the iphlpapi library to use APIs such as GetAdaptersInfo and GetAdaptersAddresses. Signed-off-by: Kirk Allan Signed-off-by: Michael Roth --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3063739..3bb5e55 100755 --- a/configure +++ b/configure @@ -732,7 +732,7 @@ if test "$mingw32" = "yes" ; then sysconfdir="\${prefix}" local_statedir= confsuffix="" - libs_qga="-lws2_32 -lwinmm -lpowrprof $libs_qga" + libs_qga="-lws2_32 -lwinmm -lpowrprof -liphlpapi $libs_qga" fi werror="" -- 1.9.1