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>
This commit is contained in:
zerosion
2016-02-04 02:28:38 +01:00
committed by Nick Mathewson
parent ee75c02691
commit 44ea7af686
2 changed files with 102 additions and 91 deletions
+4
View File
@@ -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".