On 9 July 2014 17:18, Paolo Bonzini <pbonz...@redhat.com> 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