Skip to content

Make our configure.ac script use the portable `=` comparison

Nick Mathewson requested to merge nickm/tor:bug40298_045 into master

Back in 0.4.5.1-alpha we added an == comparison, which isn't portable.

Fixes bug #40298 (closed); bugfix on 0.4.5.1-alpha.

Merge request reports