Port: move memset of anc_buf inside ifdef
[lttng-tools.git] / configure.ac
index 4cefd8c90e8944c399f2123cd528f20b16d8596c..dda8f27ca94bb8a1698d85bb333069cb06d784c1 100644 (file)
@@ -66,10 +66,10 @@ AC_CHECK_HEADERS([ \
 
 # Basic functions check
 AC_CHECK_FUNCS([ \
-       atexit bzero clock_gettime dup2 fdatasync ftruncate \
+       atexit bzero clock_gettime dup2 fdatasync fls ftruncate \
        gethostbyname gethostname getpagesize localtime_r memchr memset \
        mkdir munmap putenv realpath rmdir socket strchr strcspn strdup \
-       strncasecmp strndup strpbrk strrchr strstr strtol strtoul \
+       strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \
        strtoull \
 ])
 
This page took 0.023112 seconds and 4 git commands to generate.