summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKirk Allan <kallan@suse.com>2015-06-02 11:41:06 -0600
committerMichael Roth <mdroth@linux.vnet.ibm.com>2015-07-07 20:13:13 -0500
commit601e5a0618ef3238e18fc38ece55ea4260910d5f (patch)
tree43ac47b8f542395fff45a2f371ddaf5c68feab02 /configure
parentf300414cfe9bb9e7b86411a670b68c1aa8edbd35 (diff)
downloadhqemu-601e5a0618ef3238e18fc38ece55ea4260910d5f.zip
hqemu-601e5a0618ef3238e18fc38ece55ea4260910d5f.tar.gz
qga: add win32 library iphlpapi
Add the iphlpapi library to use APIs such as GetAdaptersInfo and GetAdaptersAddresses. Signed-off-by: Kirk Allan <kallan@suse.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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=""
OpenPOWER on IntegriCloud