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

Hans de Goede hdegoede at redhat.com
Wed Dec 8 00:34:37 PST 2010


Ack.

On 12/07/2010 10:28 PM, Alon Levy wrote:
> ---
>   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])


More information about the Spice-devel mailing list