Port: Replace bzero() by memset()
[babeltrace.git] / configure.ac
index fee56acaef28d1504645114e095957bd1d3968b0..375de6ba2d529b99f47c478f2b67e4d4ae6c6178 100644 (file)
@@ -62,7 +62,7 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero gettimeofday munmap strtoul])
+AC_CHECK_FUNCS([gettimeofday munmap strtoul])
 
 # Check for MinGW32.
 MINGW32=no
This page took 0.025137 seconds and 4 git commands to generate.