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