Configure: add missing check for funcs: memset, strerror
[userspace-rcu.git] / configure.ac
index 008336c0ec92da0d0d64c4adc32030873d4b0a30..1ea744cae9b861865f9893d300aafd5cd10f7366 100644 (file)
@@ -57,7 +57,9 @@ 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]
+)
 
 # Find arch type
 AS_CASE([$host_cpu],
This page took 0.022638 seconds and 4 git commands to generate.