configure.ac: Use modern version of `AC_CHECK_TYPES'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jul 2016 10:10:50 +0000 (11:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jul 2016 10:10:50 +0000 (11:10 +0100)
commit2527c2f7749b27399392afdb84b50c0d939fc723
tree394fb943275de80950684e0b1fd1b3f1c2f77089
parent9ba8a1d0e7e7549d9beee48fcd177a4b2fc50055
configure.ac: Use modern version of `AC_CHECK_TYPES'.

Also, check for `socklen_t' in <sys/socket.h>, so that we can find it on
Android.  I don't expect this to be the last Android portability
failure, because I've not even tried building it there yet.
configure.ac