X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=9757663f47f9aba70edebaf6550535a83928facb;hp=75bc9af422e40e30ef3f5f95f1286c437690ce1c;hb=559455a97078bcf4040a95f611a33b7fd569402b;hpb=909d3caa7a163c5f2ae9712787b5c3925ffd4fc1 diff --git a/configure.ac b/configure.ac index 75bc9af4..9757663f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 mkdtemp]) # Check for MinGW32. MINGW32=no @@ -133,11 +133,24 @@ AC_CHECK_LIB([c], [open_memstream], ] ) +# Check for posix_fallocate +AC_CHECK_LIB([c], [posix_fallocate], +[ + AC_DEFINE_UNQUOTED([BABELTRACE_HAVE_POSIX_FALLOCATE], 1, [Has posix_fallocate support.]) +] +) + +# Check for faccessat +AC_CHECK_LIB([c], [faccessat], +[ + AC_DEFINE_UNQUOTED([BABELTRACE_HAVE_FACCESSAT], 1, [Has faccessat support.]) +] +) + AC_CHECK_LIB([popt], [poptGetContext], [], [AC_MSG_ERROR([Cannot find popt.])] ) - # For Python # SWIG version needed or newer: swig_version=2.0.0