Commit a26039c6 authored by Geoff Simmons's avatar Geoff Simmons

check for the relevant headers in configure.ac

parent f677e9ae
......@@ -32,7 +32,9 @@ AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/stdlib.h])
AC_CHECK_HEADER(sys/types.h)
AC_CHECK_HEADER(sys/socket.h)
AC_CHECK_HEADER(netdb.h)
# backwards compat with older pkg-config
# - pull in AC_DEFUN from pkg.m4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment