X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=57e696d01a3dc5407f24b3d297e3acf4ef921062;hb=19d0e7ef8f7998fb256017ba2da414d78b3cb91b;hp=d847da7e1472fa6c3f99e7a30d7e4937ec2b2909;hpb=bb6afa9a774bc4ef277b6c208fece94308f02068;p=userspace-rcu.git diff --git a/configure.ac b/configure.ac index d847da7..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 @@ -323,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