Cope with cross-compiling when checking for a random-number source.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Nov 2021 22:18:04 +0000 (17:18 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Nov 2021 22:18:04 +0000 (17:18 -0500)
commitb637101644aa84dccc7da4f30bad40452939b57a
treececcce62262ca45b26dc5af74b5361f146599ebf
parent4bdfe6855901a4104dbdac2be53d465b626e244d
Cope with cross-compiling when checking for a random-number source.

Commit 16f96c74d neglected to consider the possibility of cross-compiling,
causing cross-compiles to fail at the configure stage unless you'd
selected --with-openssl.  Since we're now more or less assuming that
/dev/urandom is available everywhere, it seems reasonable to assume
that the cross-compile target has it too, rather than failing.

Per complaint from Vincas Dargis.  Back-patch to v14 where this came in.

Discussion: https://postgr.es/m/0dc14a31-acaf-8cae-0df4-a87339b22bd9@gmail.com
configure
configure.ac