aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-09-23 10:29:31 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-10-07 09:00:06 -0400
commit59c36b9b58010f658e022cf19e20e2c74103f258 (patch)
tree4f71c59092125620dc0b4e538a901a36b2fe22cd /configure.ac
parentde03f7a13d3b5bd60de1b1e1fc22ce2266002bf2 (diff)
downloadtor-59c36b9b58010f658e022cf19e20e2c74103f258.tar.gz
tor-59c36b9b58010f658e022cf19e20e2c74103f258.zip
Use AC_RUN_IFELSE, not AC_TRY_RUN.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4cbb43794d..a14b6d6e21 100644
--- 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>
]], [[