fix last patch fix
This commit is contained in:
parent
6a75bc3a38
commit
f163ca8ea0
2
configure
vendored
2
configure
vendored
@ -4556,7 +4556,7 @@ if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" =
|
||||
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