> On 30 Nov 2021, at 22:33, Tom Lane <tgl@xxxxxxxxxxxxx> wrote: > > I wrote: >> It seems like a useful test when *not* cross compiling, which is most >> of the time. I'd just wrap that bit in >> if test "$cross_compiling" = no; then > > Or actually, since we should print something, it looks like this will do: +1, looks reasonable. > +elif test x"$cross_compiling" = x"yes"; then I noticed that we test without the x"foo" = x"yes" construction for zic (line 1135), should we change that while at it and be consistent for all $cross_compiling uses? -- Daniel Gustafsson https://vmware.com/