summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-18 05:34:03 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-18 05:34:03 -0400
commitd31560fa3c3b921d0ef80feb3298915e4989dc83 (patch)
treea2f00da985d6a1fa517e23e92bb68fd13f2e9321 /SConstruct
parentce17b5ecdcf5dfe9a91e9fb4f7aeeff9503e359f (diff)
downloadgpsd-d31560fa3c3b921d0ef80feb3298915e4989dc83.tar.gz
Correct a minor error in kukabu's last patch.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ae82488a..523d6900 100644
--- a/SConstruct
+++ b/SConstruct
@@ -514,7 +514,7 @@ if config.CheckHeader("sys/timepps.h"):
else:
confdefs.append("/* #undef HAVE_SYS_TIMEPPS_H */\n")
announce("You do not have kernel PPS available.")
- env["pps"] = False
+ # Don't turn off PPS here, we might be using the non-kernel version
if config.CheckHeader(["bits/sockaddr.h", "linux/can.h"]):
confdefs.append("#define HAVE_LINUX_CAN_H 1\n")