[Qemu-devel] [PATCH 2/3] build: add librt to libs_qga

2012-03-12 Thread Roger Pau Monne
librt is needed to link qemu-ga. Signed-off-by: Roger Pau Monne --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 68eb3fa..790d495 100755 --- a/configure +++ b/configure @@ -2521,6 +2521,7 @@ if compile_prog "" "" ; then : elif

[Qemu-devel] [PATCH 2/3] build: add librt to libs_qga

2012-02-27 Thread Roger Pau Monne
librt is needed to link qemu-ga. Signed-off-by: Roger Pau Monne --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 68eb3fa..790d495 100755 --- a/configure +++ b/configure @@ -2521,6 +2521,7 @@ if compile_prog "" "" ; then : elif