From 8231301bebae2ad48ced7d6abf405c72a275bd23 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 6 Mar 2016 18:08:38 +0100 Subject: [PATCH] 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. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) 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 # -- 2.11.0