X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/64370837e6201342a0f41f84aaf0ce106a8635d0..cca89d7ce589d10a226c6dfa212e36cbcad25fd2:/configure.ac diff --git a/configure.ac b/configure.ac index 11085e0..f0f8a83 100644 --- a/configure.ac +++ b/configure.ac @@ -526,7 +526,8 @@ fi if test $want_coreaudio = yes; then AC_CHECK_HEADERS([CoreAudio/AudioHardware.h]) fi -AC_CHECK_HEADERS([inttypes.h]) +AC_CHECK_HEADERS([inttypes.h sys/time.h sys/socket.h netinet/in.h \ + arpa/inet.h sys/un.h netdb.h pcre.h pwd.h langinfo.h]) # We don't bother checking very standard stuff # Compilation will fail if any of these headers are missing, so we # check for them here and fail early.