summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a911ce)
raw | patch | inline | side by side (parent: 5a911ce)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 6 Mar 2016 17:08:38 +0000 (18:08 +0100) | ||
committer | Ruben 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.
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 | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c0c4be3dd36e5affeb78b5202bcf4d6cabb46b9a..ed3a974961958a3f58506815850ac2532ba58fbd 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# 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
#