summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2010-07-20 10:36:17 -0700
committerGary E. Miller <gem@rellim.com>2010-07-20 10:36:17 -0700
commit8055c1cf06ff94c19a0bb65134eb2e4195d0a195 (patch)
treec6f22ecba179e6b4a126a7d8e51f013070bdff29 /configure.ac
parent5122e593853674b28cf007d31b1f4740698e1031 (diff)
downloadgpsd-8055c1cf06ff94c19a0bb65134eb2e4195d0a195.tar.gz
Finally have the right header and can get a valid PPS handle.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 23d82a7b..8d8b1678 100644
--- a/configure.ac
+++ b/configure.ac
@@ -687,6 +687,7 @@ if test x"$ac_pps" = "xyes"; then
AC_MSG_RESULT([yes])
AC_DEFINE([PPS_ENABLE], 1, [PPS time syncing support])
AC_CHECK_HEADERS(linux/pps.h)
+ AC_CHECK_HEADERS(linux/timepps.h)
else
AC_MSG_RESULT([no])
fi