summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2010-12-14 14:25:08 -0800
committerGary E. Miller <gem@rellim.com>2010-12-14 14:25:08 -0800
commit5c86771b23189c6035ff8442a1c56bc855ab8f2b (patch)
tree4e983074eb30774159e7d72296442679b195f091 /configure.ac
parent8241ff43e65964ae5359e1ad3af8fa1f5e71cb0a (diff)
downloadgpsd-5c86771b23189c6035ff8442a1c56bc855ab8f2b.tar.gz
Remove endian.h, it was not portable.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ec5b07ea..c9d87285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,8 +178,6 @@ if eval "test x$GCC = xyes"; then
dnl -Wcast-qual -W
fi
-AC_CHECK_HEADERS(sys/ioctl.h endian.h sys/endian.h)
-
AC_CHECK_FUNCS(round, roundf)
AC_CHECK_FUNCS(strlcpy)
AC_CHECK_FUNCS(strlcat)