tor/changes/bug40298
Nick Mathewson aebd0a4080 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.
2021-02-17 12:36:23 -05:00

4 lines
158 B
Plaintext

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.