remove incorrect verify

This commit is contained in:
emmajiang
2020-07-02 11:05:46 +08:00
parent 01f4f95daf
commit ab03286904

1
configure vendored
View File

@ -3318,7 +3318,6 @@ fi
# this expression is set up to avoid unnecessary integer overflow # this expression is set up to avoid unnecessary integer overflow
# blocksize is already guaranteed to be a factor of 1024 # blocksize is already guaranteed to be a factor of 1024
RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024` RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024`
test $? -eq 0 || exit 1
{ $as_echo "$as_me:$LINENO: result: ${segsize}GB" >&5 { $as_echo "$as_me:$LINENO: result: ${segsize}GB" >&5
$as_echo "${segsize}GB" >&6; } $as_echo "${segsize}GB" >&6; }