fix last patch
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user