Don't look for sched_yield on Android.
The problem is that sched_yield is available on the target, but configure.ac is asking to build a host binary using the AC_SEARCH_LIBS macro. It can't configure for Android, since sched_yield isn't available on the host.
Showing
Please
register
or
sign in
to comment