summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-02-29 14:15:54 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2016-03-02 11:22:11 +0000
commit2fbcbffa40733ae98218515ff872ee8788659c63 (patch)
tree7714e142f3fcb2cb8485e4f7af3f97042265b1c9
parentffda7817e8e46600d76ee65d68a7031c11e66bfe (diff)
configure.ac: remove posix type checks
All three types are part of the POSIX standard. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c03e30a..8fce656 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,9 +146,6 @@ AC_CHECK_HEADERS([fcntl.h inttypes.h stddef.h stdlib.h string.h sys/param.h sys/
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_TYPEOF
-AC_TYPE_OFF_T
-AC_TYPE_PID_T
-AC_CHECK_TYPES([ptrdiff_t])
dnl Checks for library functions.
AC_FUNC_STRNLEN