summaryrefslogtreecommitdiff
path: root/changes/ticket17744
diff options
context:
space:
mode:
authorzerosion <zerosion@protonmail.ch>2016-02-04 02:28:38 +0100
committerNick Mathewson <nickm@torproject.org>2016-02-10 15:46:39 -0500
commit44ea7af6860a069435b264f5fe5eea0123ab7d97 (patch)
treea3884fa0c16f451fb64abe1ca9cc6edaeac4273e /changes/ticket17744
parentee75c02691888a0cb7ee34e4f18436c523f92f0d (diff)
downloadtor-44ea7af6860a069435b264f5fe5eea0123ab7d97.tar.gz
tor-44ea7af6860a069435b264f5fe5eea0123ab7d97.zip
Quotes added on configure script's string comparison.
Solves #17744 The syntax has been generalized too, so there are only double quotes. Signed-off-by: zerosion <zerosion@protonmail.ch>
Diffstat (limited to 'changes/ticket17744')
-rw-r--r--changes/ticket177444
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket17744 b/changes/ticket17744
new file mode 100644
index 0000000000..57a4a595c8
--- /dev/null
+++ b/changes/ticket17744
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Quote all the string interpolations in configure.ac -- even
+ those which we are pretty sure can't contain spaces. Closes
+ ticket 17744. Patch from "zerosion". \ No newline at end of file