Port: Add compat for strnlen and strndup
[babeltrace.git] / configure.ac
index 971cee55299827d25a72942dd4d2c36a03c1b2ea..0edc2a3c30195bf2f7793500e504c79610d8668b 100644 (file)
@@ -81,7 +81,7 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([gettimeofday munmap strtoul])
+AC_CHECK_FUNCS([gettimeofday munmap strtoul strndup strnlen])
 
 # Check for MinGW32.
 MINGW32=no
This page took 0.022638 seconds and 4 git commands to generate.