Commit ad0bfe30 authored by Geoff Simmons's avatar Geoff Simmons

Add some autoconf checks recommended by autoscan, and don't check

for malloc (not used).
parent aee63958
Pipeline #270 skipped
......@@ -34,13 +34,15 @@ AC_PROG_MAKE_SET
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([locale.h])
# Checks for C sources
AC_CHECK_FUNCS([strdup])
AC_CHECK_FUNCS([setlocale])
AC_C_INLINE
AC_C_RESTRICT
AC_FUNC_MALLOC
AC_TYPE_SIZE_T
AC_TYPE_UINT8_T
AC_TYPE_UINT32_T
# backwards compat with older pkg-config
......
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