Code

Revert "Turbostat: add missing types in configure.ac"
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 6 Mar 2016 17:08:38 +0000 (18:08 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 6 Mar 2016 17:08:38 +0000 (18:08 +0100)
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

index c0c4be3dd36e5affeb78b5202bcf4d6cabb46b9a..ed3a974961958a3f58506815850ac2532ba58fbd 100644 (file)
@@ -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
 
 #