summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5fdc5447..e92d7d8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])