summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2009-07-05 02:51:36 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2009-07-05 02:51:36 +0000
commit37bc5352ffc2bdf092ca585ee0849b6bcca605e5 (patch)
tree8e4085283f21d04ea1734a656a6433797e089637 /configure.ac
parentbf951f8b844ddec9fcfabed6380b03f5bbb40444 (diff)
downloadgpsd-37bc5352ffc2bdf092ca585ee0849b6bcca605e5.tar.gz
strange. somehow HAVE_SYS_STAT_H was being defined
even though we weren't checking for it. let's fix that properly, shall we?
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 622e84b6..7d6df397 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,7 +177,7 @@ if eval "test x$GCC = xyes"; then
dnl -Wcast-qual -W
fi
-AC_CHECK_HEADERS(sys/termios.h sys/select.h sys/time.h sys/modem.h sys/ipc.h sys/shm.h sys/socket.h)
+AC_CHECK_HEADERS(sys/termios.h sys/select.h sys/time.h sys/modem.h sys/ipc.h sys/shm.h sys/stat.h sys/socket.h)
AC_CHECK_HEADERS(arpa/inet.h netinet/in_systm.h netinet/in.h netinet/tcp.h)
AC_CHECK_HEADERS([netinet/ip.h], [], [],
[[#if HAVE_NETINET_IN_SYSTM_H && HAVE_NETINET_IN_H