commit | 519175a2fdfd3766f99bc29f0b199e23d57a3dd2 | [log] [tgz] |
---|---|---|
author | Alex Barcelo <[email protected]> | Tue Feb 28 12:25:50 2012 +0100 |
committer | Kevin Wolf <[email protected]> | Mon Mar 12 15:14:07 2012 +0100 |
tree | e3fa72adad00abd1e686f212f88ea8f9395450c2 | |
parent | 3194c8ceeba06c3b54621ea7afd6879bc50c2d1d [diff] |
coroutine: adding configure choose mechanism for coroutine backend Configure tries, as a default, ucontext functions for the coroutines. But now the user can force another backend by --with-coroutine=BACKEND option v2: Using --with-coroutine=BACKEND instead of enable disable individual configure options Signed-off-by: Alex Barcelo <[email protected]> Signed-off-by: Kevin Wolf <[email protected]>