From aa59637ea1c6a4c83430933f9c44c43e6c3f1b69 Mon Sep 17 00:00:00 2001 From: Gal Hammer Date: Sun, 29 Jan 2012 11:53:31 +0200 Subject: qemu-ga: add win32 guest-suspend-disk command. Implement guest-suspend-disk RPC for Windows. Functionally this should be equivalent to the posix implementation. Signed-off-by: Gal Hammer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 39d2b54519..709e4b9941 100755 --- a/configure +++ b/configure @@ -525,7 +525,7 @@ EOF bindir="\${prefix}" sysconfdir="\${prefix}" confsuffix="" - libs_qga="-lws2_32 -lwinmm $lib_qga" + libs_qga="-lws2_32 -lwinmm -lpowrprof $lib_qga" fi werror="" -- cgit v1.2.3