mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use AC_RUN_IFELSE, not AC_TRY_RUN.
This commit is contained in:
committed by
David Goulet
parent
de03f7a13d
commit
59c36b9b58
+1
-1
@@ -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>
|
||||
]], [[
|
||||
|
||||
Reference in New Issue
Block a user