mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
mingw32 build: fix configure.ac typo
This commit is contained in:
parent
af1bfa6250
commit
2cd07dd8f3
@ -154,7 +154,7 @@ for yield_func in pthread_yield pthread_yield_np sched_yield \
|
||||
[$yield_func()],
|
||||
[posix_yield_func="$yield_func"
|
||||
break])
|
||||
CPPFLAGS="spice_save_CPPFLAGS"
|
||||
CPPFLAGS="$spice_save_CPPFLAGS"
|
||||
done
|
||||
if test x"$posix_yield_func" = xnone; then
|
||||
AC_MSG_ERROR([No posix yield function found])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user