Configure: add missing check of headers
[urcu.git] / configure.ac
index 008336c0ec92da0d0d64c4adc32030873d4b0a30..d847da7e1472fa6c3f99e7a30d7e4937ec2b2909 100644 (file)
@@ -57,7 +57,12 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid])
+AC_CHECK_FUNCS(
+       [bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid memeset strerror]
+)
+
+# Check for headers
+AC_CHECK_HEADERS([limits.h stddef.h sys/time.h])
 
 # Find arch type
 AS_CASE([$host_cpu],
This page took 0.022535 seconds and 4 git commands to generate.