summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 17:32:22 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 17:32:22 -0500
commitde41fa954fe55b8cbe7e6becfcf71383e8b838bf (patch)
tree32f8c47d7377f6420aa75f44b87da3d82a649f3f /configure.ac
parent5c86771b23189c6035ff8442a1c56bc855ab8f2b (diff)
downloadgpsd-de41fa954fe55b8cbe7e6becfcf71383e8b838bf.tar.gz
Temporatily restore a header check removed in last commit.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c9d87285..5f13a370 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,8 @@ AC_DEFUN_ONCE([ACREQUIRE_BUGFIX],
ACREQUIRE_BUGFIX
# ACREQUIRE_BUGFIX done
+AC_CHECK_HEADERS(sys/ioctl.h)
+
dnl AM_PATH_PYTHON provided with automake can be too old. Look
dnl for newer python first, and include 2.6 on the list.
m4_define([_AM_PYTHON_INTERPRETER_LIST],