mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
lttng: Check for lttng/tracepoint.h when configuring
This commit is contained in:
parent
3ac99e3f72
commit
915a6a642f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user