summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 14:00:27 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:11:45 +0200
commit2cd07dd8f3dd9bf34b1725bb015aecefc93b3454 (patch)
treecc67fcb6952adc4fc8ec97d629c31466d12bef37 /configure.ac
parentaf1bfa625063fef5d417d798432df3f73a4949e6 (diff)
downloadspice-2cd07dd8f3dd9bf34b1725bb015aecefc93b3454.tar.gz
spice-2cd07dd8f3dd9bf34b1725bb015aecefc93b3454.tar.xz
spice-2cd07dd8f3dd9bf34b1725bb015aecefc93b3454.zip
mingw32 build: fix configure.ac typo
Diffstat (limited to 'configure.ac')
-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])