Fix spurious output in configure

Peter Eisentraut <peter@eisentraut.org>

Commit: 489ec6b2fcd09621a2ac146298193a8231810e60
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-11-06T07:00:57Z
Fix spurious output in configure

If sizeof off_t is 4, then configure will print a line saying just "0"
after the test.  This is the output of the following "expr" command.
If we are using expr just for the exit code, the output should be sent
to /dev/null, as is done elsewhere.

Files

PathChange+/−
configure modified +1 −1
configure.ac modified +1 −1