Make our configure.ac script use the portable `=` comparison
commitaebd0a4080559a5c24e580ddf50e5b5c8ff1cc29
authorNick Mathewson <nickm@torproject.org>
Wed, 17 Feb 2021 17:36:23 +0000 (17 12:36 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 17 Feb 2021 17:36:23 +0000 (17 12:36 -0500)
tree69e0dee3b9a314654eee38375f0588c9f1069fb0
parent336c45f1a5b30b31cbb76a2622a6e80d755db2b5
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.
changes/bug40298 [new file with mode: 0644]
configure.ac