Configure: add check for type
[babeltrace.git] / configure.ac
index 1d72cdd568fdcb756e04923f3a5f84fa455519bc..1b3c2af272a0ee6046cd3945d18b16b25699a38e 100644 (file)
@@ -62,6 +62,16 @@ AM_PATH_GLIB_2_0(2.22.0, ,AC_MSG_ERROR([glib is required in order to compile Bab
 AC_C_INLINE
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
+AC_TYPE_INT16_T
+AC_TYPE_INT32_T
+AC_TYPE_INT64_T
+AC_TYPE_INT8_T
+AC_TYPE_OFF_T
+AC_TYPE_SSIZE_T
+AC_TYPE_UINT16_T
+AC_TYPE_UINT32_T
+AC_TYPE_UINT64_T
+AC_TYPE_UINT8_T
 
 # Checks for library functions.
 AC_FUNC_MALLOC
This page took 0.022802 seconds and 4 git commands to generate.