From: Ruben Kerkhof Date: Sun, 6 Mar 2016 17:08:38 +0000 (+0100) Subject: Revert "Turbostat: add missing types in configure.ac" X-Git-Tag: collectd-5.6.0~394 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8231301bebae2ad48ced7d6abf405c72a275bd23;p=collectd.git Revert "Turbostat: add missing types in configure.ac" These autoconf tests were introduced in autoconf 2.60. We still support older versions. We've assumed for a while now that any platform we build on has the types and functionality tested here available, and supports a reasonable subset of the C99 and Posix standards. This fixes building from git on RHEL5. This reverts commit 45687863426b21f854711248258a13c345371843. --- diff --git a/configure.ac b/configure.ac index c0c4be3d..ed3a9749 100644 --- a/configure.ac +++ b/configure.ac @@ -738,13 +738,9 @@ AC_CHECK_HEADERS(sys/capability.h) # Checks for typedefs, structures, and compiler characteristics. # AC_C_CONST -AC_C_INLINE -AC_TYPE_OFF_T AC_TYPE_PID_T AC_TYPE_SIZE_T -AC_TYPE_SSIZE_T AC_TYPE_UID_T -AC_TYPE_UINT32_T AC_HEADER_TIME #