diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-17 13:22:36 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-17 13:22:36 -0500 |
commit | 2709828494b961c92b9389bb2fd934f932fe54bc (patch) | |
tree | 8c1f33d12a364495a61c5abc5ba75351405765b1 /configure.ac | |
parent | 1b74c4904857cd917a0e672eccb7794a3c77c258 (diff) | |
parent | aebd0a4080559a5c24e580ddf50e5b5c8ff1cc29 (diff) | |
download | tor-2709828494b961c92b9389bb2fd934f932fe54bc.tar.gz tor-2709828494b961c92b9389bb2fd934f932fe54bc.zip |
Merge branch 'tor-gitlab/mr/311'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07cdb26442..f48e787c63 100644 --- a/configure.ac +++ b/configure.ac @@ -1157,7 +1157,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([AC_LANG_PROGRAM([[ ]])])], [openssl_ver_mismatch=no], [ # This is a kludge to figure out whether compilation failed, or whether # running the program failed. - if test "$ac_retval" == "1"; then + if test "$ac_retval" = "1"; then openssl_ver_mismatch=inconclusive else openssl_ver_mismatch=yes |