tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 59c36b9b58010f658e022cf19e20e2c74103f258
parent de03f7a13d3b5bd60de1b1e1fc22ce2266002bf2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 23 Sep 2020 10:29:31 -0400

Use AC_RUN_IFELSE, not AC_TRY_RUN.

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1094,7 +1094,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ dnl Let's see if we have a version mismatch between includes and libs. AC_MSG_CHECKING([for significant mismatch between openssl headers and libraries]) ac_retval=foo -AC_TRY_RUN(AC_LANG_PROGRAM([[ +AC_RUN_IFELSE(AC_LANG_PROGRAM([[ #include <openssl/opensslv.h> #include <openssl/crypto.h> ]], [[