fix last patch
This commit is contained in:
parent
3d0bb05ef0
commit
6a75bc3a38
2
configure
vendored
2
configure
vendored
@ -4552,7 +4552,7 @@ then
|
|||||||
threads="yes"
|
threads="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if "$orparallelism" = copy || "$orparallelism" = yes -a "$threads" = no
|
if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = no
|
||||||
then
|
then
|
||||||
orparallelism="copy"
|
orparallelism="copy"
|
||||||
use_malloc="no"
|
use_malloc="no"
|
||||||
|
@ -314,7 +314,7 @@ then
|
|||||||
threads="yes"
|
threads="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$orparallelism" = copy ] || [ "$orparallelism" = yes -a "$threads" = no ]
|
if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = no
|
||||||
then
|
then
|
||||||
orparallelism="copy"
|
orparallelism="copy"
|
||||||
use_malloc="no"
|
use_malloc="no"
|
||||||
|
Reference in New Issue
Block a user