X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=57e696d01a3dc5407f24b3d297e3acf4ef921062;hp=1ea744cae9b861865f9893d300aafd5cd10f7366;hb=1b3874915095deab4aa9be0f33423e992e571bb7;hpb=7590a58f444cd04ab3946d9ae0747e23e66e4f43 diff --git a/configure.ac b/configure.ac index 1ea744c..57e696d 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,10 @@ LT_INIT AC_C_INLINE AC_TYPE_PID_T AC_TYPE_SIZE_T +AC_TYPE_INT32_T +AC_TYPE_UINT32_T +AC_TYPE_UINT64_T +AC_TYPE_UINT8_T # Checks for library functions. AC_FUNC_MALLOC @@ -61,6 +65,9 @@ AC_CHECK_FUNCS( [bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid memeset strerror] ) +# Check for headers +AC_CHECK_HEADERS([limits.h stddef.h sys/time.h]) + # Find arch type AS_CASE([$host_cpu], [i386], [ARCHTYPE="x86" && SUBARCHTYPE="x86compat"], @@ -320,6 +327,7 @@ AC_CONFIG_FILES([ tests/unit/Makefile tests/benchmark/Makefile tests/regression/Makefile + tests/utils/Makefile liburcu.pc liburcu-bp.pc liburcu-cds.pc