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"
|
threads="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$orparallelism" = copy || test "$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"
|
||||||
elif "$orparallelism" != no
|
elif test "$orparallelism" != no
|
||||||
then
|
then
|
||||||
tabling="no"
|
tabling="no"
|
||||||
fi
|
fi
|
||||||
|
@ -318,7 +318,7 @@ if test "$orparallelism" = copy || test "$orparallelism" = yes -a "$threads" = n
|
|||||||
then
|
then
|
||||||
orparallelism="copy"
|
orparallelism="copy"
|
||||||
use_malloc="no"
|
use_malloc="no"
|
||||||
elif [ "$orparallelism" != no ]
|
elif test "$orparallelism" != no
|
||||||
then
|
then
|
||||||
tabling="no"
|
tabling="no"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user