summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-03-15 19:13:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-03-15 19:13:51 -0400
commit9059936571cf473199df6e35cddc0b1874825246 (patch)
tree148c631e1761186b97b28b29b8cba3fd0ca0a36f /SConstruct
parent075d870a42e12d52bf1b55f70ae3ad7962ff0ebb (diff)
downloadgpsd-9059936571cf473199df6e35cddc0b1874825246.tar.gz
stash doesn't need to be an exposed configuration knob...
...set it conditionally when needed.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c2687910..08272421 100644
--- a/SConstruct
+++ b/SConstruct
@@ -147,7 +147,6 @@ boolopts = (
("timing", False, "latency timing support"),
("control_socket", True, "control socket for hotplug notifications"),
("systemd", systemd, "systemd socket activation"),
- ("stash", True, "enable stash buffer"),
# Client-side options
("clientdebug", True, "client debugging support"),
("ncurses", True, "build with ncurses"),