summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 11:46:41 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 11:46:41 -0500
commit068d0764a8533c64923c4cab43d93910aa5e4920 (patch)
tree0500c27aeabc618af45424d0f5d7c60756549e5d /configure.ac
parent8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f (diff)
downloadgpsd-068d0764a8533c64923c4cab43d93910aa5e4920.tar.gz
We were checking for sys/modem.h and never needed it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed5e97f6..ec5b07ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@ if eval "test x$GCC = xyes"; then
dnl -Wcast-qual -W
fi
-AC_CHECK_HEADERS(sys/modem.h sys/ioctl.h endian.h sys/endian.h)
+AC_CHECK_HEADERS(sys/ioctl.h endian.h sys/endian.h)
AC_CHECK_FUNCS(round, roundf)
AC_CHECK_FUNCS(strlcpy)