[Spice-devel] [PATCH 11/24] mingw32 build: fix configure.ac typo

Alon Levy alevy at redhat.com
Tue Dec 7 13:28:10 PST 2010


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7287946..918f7e7 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])
-- 
1.7.3.2



More information about the Spice-devel mailing list