diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-05-04 00:21:34 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-05-04 00:21:34 -0400 |
commit | efa3c22dc8ad978a2339710643489e7055f0d0ca (patch) | |
tree | 2588dabb8483ec205a13f948eb15e0217fc26d2d | |
parent | 2d2e16ff037714c85ad10787e8b7c164133864ea (diff) | |
download | gpsd-efa3c22dc8ad978a2339710643489e7055f0d0ca.tar.gz |
Don't default systend to True, most of the world isn't a Mac.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |