fix last patch fix
This commit is contained in:
parent
6a75bc3a38
commit
f163ca8ea0
4
configure
vendored
4
configure
vendored
@ -4552,11 +4552,11 @@ then
|
||||
threads="yes"
|
||||
fi
|
||||
|
||||
if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = no
|
||||
if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = no
|
||||
then
|
||||
orparallelism="copy"
|
||||
use_malloc="no"
|
||||
elif "$orparallelism" != no
|
||||
elif test "$orparallelism" != no
|
||||
then
|
||||
tabling="no"
|
||||
fi
|
||||
|
@ -318,7 +318,7 @@ if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = n
|
||||
then
|
||||
orparallelism="copy"
|
||||
use_malloc="no"
|
||||
elif [ "$orparallelism" != no ]
|
||||
elif test "$orparallelism" != no
|
||||
then
|
||||
tabling="no"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user