Commit 78762e40 authored by Geoff Simmons's avatar Geoff Simmons

autoconf header checking

parent 4dc8831e
......@@ -33,7 +33,12 @@ AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/stdlib.h])
AC_CHECK_HEADERS([sys/types.h])
AC_CHECK_HEADERS([errno.h])
AC_CHECK_HEADERS([stdint.h])
AC_CHECK_HEADERS([pthread.h])
AC_CHECK_HEADERS([stdbool.h])
AC_CHECK_HEADERS([unistd.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