Commit 62130878 authored by Geoff Simmons's avatar Geoff Simmons

Add/correct some checks recommended by autoscan.

parent 7838e6b5
......@@ -35,9 +35,12 @@ AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADER(sys/types.h)
AC_CHECK_HEADER(sys/socket.h)
AC_CHECK_HEADER(netdb.h)
AC_CHECK_HEADER([sys/types.h])
AC_CHECK_HEADER([sys/socket.h])
AC_CHECK_HEADER([netdb.h])
AC_FUNC_MALLOC
AC_CHECK_FUNCS([memset])
# 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