tor/changes/ticket17744
zerosion 44ea7af686 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>
2016-02-10 15:46:39 -05:00

4 lines
215 B
Plaintext

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".