summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-02-17 12:36:23 -0500
committerNick Mathewson <nickm@torproject.org>2021-02-17 12:36:23 -0500
commitaebd0a4080559a5c24e580ddf50e5b5c8ff1cc29 (patch)
tree69e0dee3b9a314654eee38375f0588c9f1069fb0 /changes
parent336c45f1a5b30b31cbb76a2622a6e80d755db2b5 (diff)
downloadtor-aebd0a4080559a5c24e580ddf50e5b5c8ff1cc29.tar.gz
tor-aebd0a4080559a5c24e580ddf50e5b5c8ff1cc29.zip
Make our configure.ac script use the portable `=` comparison
Back in 0.4.5.1-alpha we added an `==` comparison, which isn't portable. Fixes bug #40298; bugfix on 0.4.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug402983
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug40298 b/changes/bug40298
new file mode 100644
index 0000000000..8b8b0bbc12
--- /dev/null
+++ b/changes/bug40298
@@ -0,0 +1,3 @@
+ o Minor bugfixes (portability):
+ - Fix a non-portable usage of "==" with "test" in the configure script.
+ Fixes bug 40298; bugfix on 0.4.5.1-alpha.