coroutine: add gthread dependency
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 8 Aug 2011 07:34:05 +0000 (13:04 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 8 Aug 2011 07:34:05 +0000 (13:04 +0530)
commit32b64a68d0087b14d1c548a072337cb0898376e4
treed2057da9f65fbcb636bbeaca96ff2d552d2a974a
parentdacdd6c5487c887b32e8b6f18ff614dabb819f8f
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