shell: Call CHECK_DECL on stat64
commit6f6d1f2da03468c0e131fdcbdcfa9771ffca2614
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 26 May 2021 05:49:39 +0000 (26 13:49 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Jun 2021 03:35:44 +0000 (4 11:35 +0800)
tree99d9c8ff03af8b3da68a397c202b984a3f22e377
parentde368ab886309d326a5984e565c7102cdf8b7858
shell: Call CHECK_DECL on stat64

On macOS it is possible to find stat64 at link-time but not at
compile-time.  To make the build process more robust we should
check for the header file as well as the library.

Reported-by: Saagar Jha <saagar@saagarjha.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
configure.ac