fix last patch

This commit is contained in:
Vítor Santos Costa 2014-03-09 00:13:59 +00:00
parent 3d0bb05ef0
commit 6a75bc3a38
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4552,7 +4552,7 @@ then
threads="yes"
fi
if "$orparallelism" = copy || "$orparallelism" = yes -a "$threads" = no
if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = no
then
orparallelism="copy"
use_malloc="no"

View File

@ -314,7 +314,7 @@ then
threads="yes"
fi
if [ "$orparallelism" = copy ] || [ "$orparallelism" = yes -a "$threads" = no ]
if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = no
then
orparallelism="copy"
use_malloc="no"