Fix: rcuja merge fixes
[userspace-rcu.git] / configure.ac
index 008336c0ec92da0d0d64c4adc32030873d4b0a30..c3912bf2990d9c7c899b1fe973de261a67cec5b6 100644 (file)
@@ -53,11 +53,20 @@ 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
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid])
+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],
@@ -314,6 +323,7 @@ AC_CONFIG_FILES([
        doc/Makefile
        doc/examples/Makefile
        tests/Makefile
+       rcuja/Makefile
        tests/common/Makefile
        tests/unit/Makefile
        tests/benchmark/Makefile
This page took 0.022133 seconds and 4 git commands to generate.