From 59c36b9b58010f658e022cf19e20e2c74103f258 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 23 Sep 2020 10:29:31 -0400 Subject: Use AC_RUN_IFELSE, not AC_TRY_RUN. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 #include ]], [[ -- cgit v1.2.3-54-g00ecf