aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 31ea4a6..e30b75c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,16 +16,17 @@ AC_CHECK_LIB([json-c], [json_object_put])
AC_CHECK_LIB([pthread], [pthread_create])
# Checks for header files.
-AC_CHECK_HEADERS([libintl.h netdb.h sys/socket.h unistd.h])
+AC_CHECK_HEADERS([libintl.h netdb.h sys/socket.h unistd.h inttypes.h stdint.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_INT32_T
AC_TYPE_INT64_T
AC_TYPE_UINT64_T
+AC_TYPE_UINT32_T
AC_TYPE_SIZE_T
AC_FUNC_MALLOC
AC_FUNC_REALLOC
-AC_CHECK_FUNCS([memset regcomp socket strerror])
+AC_CHECK_FUNCS([memset regcomp socket strerror strtoumax])
# Checks for library functions.
AC_CONFIG_FILES([Makefile])