diff --git a/configure b/configure index d600d3c3ede9a69d994ac309b25907604c0ff3ee..dc77cd5d5ae1d6400bc95de994a5e1c36a73dd27 100755 --- a/configure +++ b/configure @@ -3317,7 +3317,7 @@ fi # this expression is set up to avoid unnecessary integer overflow # blocksize is already guaranteed to be a factor of 1024 -RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024` +RELSEG_SIZE=$[(1024 / ${blocksize}) * ${segsize} * 1024] { $as_echo "$as_me:$LINENO: result: ${segsize}GB" >&5 $as_echo "${segsize}GB" >&6; }