coroutine: add gthread dependency
commit4b76a481ee28166d5f415ef97833c624f4fc0792
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 8 Aug 2011 07:34:05 +0000 (8 13:04 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 8 Aug 2011 07:34:05 +0000 (8 13:04 +0530)
treed2057da9f65fbcb636bbeaca96ff2d552d2a974a
parent23ddf2bb1e4bfe2b72a726fe5e828807b65941ad
coroutine: add gthread dependency

Commit 1fc7bd4a86a2bfeafcec29445871eb97469a2699 removed the gthread and
gio dependency since qemu-ga did not require it.  Coroutines require
gthread, so add it back in.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure