]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix spurious output in configure
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 6 Nov 2025 07:00:35 +0000 (08:00 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 6 Nov 2025 07:00:57 +0000 (08:00 +0100)
commit489ec6b2fcd09621a2ac146298193a8231810e60
tree1b08c5fa3420da9b463adbfde09c9df56e774386
parent2307cfe31621d6077d9357aa7d6f4d8406c66b2d
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.
configure
configure.ac