diff options
author | Michael Roth | 2012-01-20 05:04:34 +0100 |
---|---|---|
committer | Michael Roth | 2012-02-23 22:40:16 +0100 |
commit | d8ca685acbd06b5cccd9fcd7866ded1f453b8311 (patch) | |
tree | 96257a1f3db5f9a434068951bdde63ceb594de31 /configure | |
parent | qemu-ga: rename guest-agent-commands.c -> commands-posix.c (diff) | |
download | qemu-d8ca685acbd06b5cccd9fcd7866ded1f453b8311.tar.gz qemu-d8ca685acbd06b5cccd9fcd7866ded1f453b8311.tar.xz qemu-d8ca685acbd06b5cccd9fcd7866ded1f453b8311.zip |
qemu-ga: fixes for win32 build of qemu-ga
Various stubs and #ifdefs to compile for Windows using mingw
cross-build. Still has 1 linker error due to a dependency on the
forthcoming win32 versions of the GAChannel/transport class.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ if test "$mingw32" = "yes" ; then bindir="\${prefix}" sysconfdir="\${prefix}" confsuffix="" - guest_agent="no" + libs_qga="-lws2_32 -lwinmm $lib_qga" fi werror="" |