Signed-off-by: Jonathan Rajotte <[email protected]> --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 008336c..1ea744c 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- 1.9.1 _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
