summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-05-04 00:21:34 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-05-04 00:21:34 -0400
commitefa3c22dc8ad978a2339710643489e7055f0d0ca (patch)
tree2588dabb8483ec205a13f948eb15e0217fc26d2d
parent2d2e16ff037714c85ad10787e8b7c164133864ea (diff)
downloadgpsd-efa3c22dc8ad978a2339710643489e7055f0d0ca.tar.gz
Don't default systend to True, most of the world isn't a Mac.
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 8bbcd1c7..4f7ebe28 100644
--- a/SConstruct
+++ b/SConstruct
@@ -83,7 +83,7 @@ boolopts = (
# Other daemon options
("timing", True, "latency timing support"),
("control_socket",True, "control socket for hotplug notifications"),
- ("systemd", True, "systemd socket activation"),
+ ("systemd", False, "systemd socket activation"),
# Client-side options
("clientdebug", True, "client debugging support"),
("oldstyle", True, "oldstyle (pre-JSON) protocol support"),