From: Kirk Allan <kal...@suse.com> Add the iphlpapi library to use APIs such as GetAdaptersInfo and GetAdaptersAddresses.
Signed-off-by: Kirk Allan <kal...@suse.com> Signed-off-by: Michael Roth <mdr...@linux.vnet.ibm.com> --- 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