[tor-commits] [tor/master] Use AC_RUN_IFELSE, not AC_TRY_RUN.
dgoulet at torproject.org
dgoulet at torproject.org
Wed Oct 7 13:00:52 UTC 2020
commit 59c36b9b58010f658e022cf19e20e2c74103f258
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Sep 23 10:29:31 2020 -0400
Use AC_RUN_IFELSE, not AC_TRY_RUN.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
]], [[
More information about the tor-commits
mailing list