lttng: Check for lttng/tracepoint.h when configuring

This commit is contained in:
Adam Crume 2014-06-12 16:27:19 -07:00 committed by Sage Weil
parent 3ac99e3f72
commit 915a6a642f

View File

@ -799,6 +799,9 @@ AC_CHECK_HEADERS([linux/types.h])
AC_CHECK_TYPES([__u8, __s8, __u16, __s16, __u32, __s32, __u64, __s64, __le16,
__be16, __le32, __be32, __le64, __be64], [], [], [[#include <linux/types.h>]])
AC_CHECK_HEADER([lttng/tracepoint.h], [],
AC_MSG_ERROR([lttng/tracepoint.h not found (liblttng-ust-dev)]))
# Checks for typedefs, structures, and compiler characteristics.
#AC_HEADER_STDBOOL
#AC_C_CONST