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

Dietmar Maurer dietmar at proxmox.com
Sat Jun 6 09:26:30 CEST 2015


> >>./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




More information about the pve-devel mailing list