mingw32 build: fix configure.ac typo

This commit is contained in:
Alon Levy 2010-12-06 14:00:27 +02:00
parent af1bfa6250
commit 2cd07dd8f3

View File

@ -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])