summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-02-23 19:41:31 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2016-03-02 11:22:11 +0000
commitb892c6b9e39bd21c0e1b75418f145478f87211c3 (patch)
tree18cbc32b7e3bca8763d139853804a3a1285f2e63
parentdb3a046fd4151886157f9cf923d688e13e3240ff (diff)
configure.ac: remove checks for types/keywords part of the C99 standard
We require C99 capable compiler so we don't need these. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index ed4ed4b..6331e0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,14 +145,9 @@ AC_PATH_X
AC_CHECK_HEADERS([fcntl.h inttypes.h stddef.h stdlib.h string.h sys/param.h sys/time.h unistd.h])
dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_INLINE
AC_C_TYPEOF
AC_TYPE_OFF_T
AC_TYPE_PID_T
-AC_TYPE_SIZE_T
-AC_TYPE_UINT16_T
-AC_TYPE_UINT32_T
-AC_TYPE_UINT8_T
AC_CHECK_TYPES([ptrdiff_t])
dnl Checks for library functions.