[pve-devel] pve-qemu-kvm : enable tcmalloc

Dietmar Maurer dietmar at proxmox.com
Sat Jun 6 09:37:54 CEST 2015


finally applied the patch with below fix. Thanks!

> On June 6, 2015 at 9:26 AM Dietmar Maurer <dietmar at proxmox.com> wrote:
> 
> 
> > >>./configure: 3343: test: yes: unexpected operator 
> > 
> > I don't have this error
> 
> Seems you use bash? (my shell is linked to dash).
> 
> I guess the correct fix is:
> 
> -if test "$tcmalloc" == "yes" ; then
> +if test "$tcmalloc" = "yes" ; then
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 




More information about the pve-devel mailing list