[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Use AC_RUN_IFELSE, not AC_TRY_RUN.
commit 59c36b9b58010f658e022cf19e20e2c74103f258
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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>
]], [[
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits