summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBishara AbuHattoum <bishara@daynix.com>2017-08-22 16:55:04 +0300
committerMichael Roth <mdroth@linux.vnet.ibm.com>2017-10-25 17:50:50 -0500
commit105fad6bb226ac3404874fe3fd7013ad6f86fc86 (patch)
tree46791162b5f99223b043baa5f57a47efe0e958eb /configure
parent4d80d20fe12248956c07587376f5b5a741f74aa2 (diff)
downloadqemu-105fad6bb226ac3404874fe3fd7013ad6f86fc86.tar.gz
qga-win: Updating guest_set_time action
At the moment, Windows libraries don't provide a way to access RTC, so, a workaround is to use the Windows w32tm command to resync the time. Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1183874 Signed-off-by: Bishara AbuHattoum <bishara@daynix.com> Reviewed-by: Sameeh Jubran <sameeh@daynix.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 03547cea6a..325b08056c 100755
--- a/configure
+++ b/configure
@@ -827,7 +827,7 @@ if test "$mingw32" = "yes" ; then
sysconfdir="\${prefix}"
local_statedir=
confsuffix=""
- libs_qga="-lws2_32 -lwinmm -lpowrprof -lwtsapi32 -liphlpapi -lnetapi32 $libs_qga"
+ libs_qga="-lws2_32 -lwinmm -lpowrprof -lwtsapi32 -lwininet -liphlpapi -lnetapi32 $libs_qga"
fi
werror=""