From: Fernando Fernandez Mancera Date: Tue, 21 Nov 2017 15:53:37 +0000 (+0100) Subject: Remove /usr/athena from search path in configure.ac X-Git-Tag: tor-0.3.3.1-alpha~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edc3fe0eb5e590801d2b6d6c390e01bb98b4183e;p=thirdparty%2Ftor.git Remove /usr/athena from search path in configure.ac Fixes #24363 Signed-off-by: Fernando Fernandez Mancera --- diff --git a/changes/ticket24363 b/changes/ticket24363 new file mode 100644 index 0000000000..6f90fc066e --- /dev/null +++ b/changes/ticket24363 @@ -0,0 +1,2 @@ + o Code simplification and refactoring: + - Remove /usr/athena from search path in configure.ac. Closes ticket 24363. diff --git a/configure.ac b/configure.ac index 490d944630..e2990350f9 100644 --- a/configure.ac +++ b/configure.ac @@ -729,7 +729,7 @@ TOR_SEARCH_LIBRARY(openssl, $tryssldir, [-lssl -lcrypto $TOR_LIB_GDI $TOR_LIB_WS [#include ], [struct ssl_method_st; const struct ssl_method_st *TLSv1_1_method(void);], [TLSv1_1_method();], [], - [/usr/local/opt/openssl /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/athena /opt/openssl]) + [/usr/local/opt/openssl /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /opt/openssl]) dnl XXXX check for OPENSSL_VERSION_NUMBER == SSLeay()