From 601e5a0618ef3238e18fc38ece55ea4260910d5f Mon Sep 17 00:00:00 2001 From: Kirk Allan Date: Tue, 2 Jun 2015 11:41:06 -0600 Subject: [PATCH] qga: add win32 library iphlpapi 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 3063739a5e..3bb5e555ea 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="" -- 2.11.4.GIT