diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-12 20:52:34 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-12 20:52:34 -0500 |
| commit | cb72b75824c0362e5cb32eb8796930f29fa36d17 (patch) | |
| tree | de9f137898dc026c8aa0553a59aa9da0af96eedc /configure | |
| parent | fb23ae6e41aad0404154be7af576e76f16466f8e (diff) | |
| parent | 3cf0bed8369267184e5dc5b58882811519d67437 (diff) | |
| download | focaccia-qemu-cb72b75824c0362e5cb32eb8796930f29fa36d17.tar.gz focaccia-qemu-cb72b75824c0362e5cb32eb8796930f29fa36d17.zip | |
Merge remote-tracking branch 'mdroth/qga-pull-3-12-2012' into staging
* mdroth/qga-pull-3-12-2012: qemu-ga: add guest-sync-delimited qemu-ga: add guest-network-get-interfaces command qemu-ga: add win32 guest-suspend-ram command qemu-ga: add win32 guest-suspend-disk command. qemu-ga: add guest-suspend-hybrid qemu-ga: add guest-suspend-ram qemu-ga: add guest-suspend-disk
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index ddb3e398fa..d7631ed247 100755 --- a/configure +++ b/configure @@ -526,7 +526,7 @@ EOF bindir="\${prefix}" sysconfdir="\${prefix}" confsuffix="" - libs_qga="-lws2_32 -lwinmm $lib_qga" + libs_qga="-lws2_32 -lwinmm -lpowrprof $lib_qga" fi werror="" |