qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL for-2.1 v2 00/10] KVM changes (+ misc small fixes


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL for-2.1 v2 00/10] KVM changes (+ misc small fixes) for 2.1
Date: Thu, 10 Jul 2014 15:50:46 +0100

On 9 July 2014 17:18, Paolo Bonzini <address@hidden> wrote:
> The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:
>
>   MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 
> 12:36:15 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>
> for you to fetch changes up to dbb832225a40fdc4f518466a6e34817ee6e59988:
>
>   qtest: fix vhost-user-test compilation with old GLib (2014-07-09 18:17:08 
> +0200)

> Miroslav Rezanina (1):
>       Enforce stack protector usage

I'm afraid this patch causes the shell to complain when running
configure:

../../configure: 1506: test: unexpected operator

That's the line
  if test "$stack_protector" == "yes" ; then

There is no "==" operator in POSIX sh; you want
a single "=" for string comparison.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]