summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-12 10:55:10 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-12 10:55:10 -0500
commit954eeda619a59dae76144ad69967f0ed7341b564 (patch)
tree56ee86a7377fd159e3609344dcf16573fe2d818f /changes
parent54069b97d39599fb54fb2fd29db44a104d7bd555 (diff)
downloadtor-954eeda619a59dae76144ad69967f0ed7341b564.tar.gz
tor-954eeda619a59dae76144ad69967f0ed7341b564.zip
Stop checking whether environ is declared.
There seems to be pretty good evidence that it's always declared, and that checking for it is pointless. Closes ticket 19142.
Diffstat (limited to 'changes')
-rw-r--r--changes/191423
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/19142 b/changes/19142
new file mode 100644
index 0000000000..685bbbcc26
--- /dev/null
+++ b/changes/19142
@@ -0,0 +1,3 @@
+ o Removed features:
+ - We no longer attempt to build on systems where 'environ' is not
+ declared in the C headers. Closes ticket 19142.