Commit 99aec82c authored by Geoff Simmons's avatar Geoff Simmons

add some configure checks recommended by autoscan

parent 7006bbcc
Pipeline #105 skipped
......@@ -42,8 +42,15 @@ AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
AC_HEADER_STDC
# Checks for C sources
AC_CHECK_FUNCS([memset])
AC_CHECK_FUNCS([strdup])
AC_C_INLINE
AC_C_RESTRICT
AC_FUNC_MALLOC
AC_TYPE_SIZE_T
# Checks for libtool
AC_PROG_CXX
# 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