]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove /usr/athena from search path in configure.ac
authorFernando Fernandez Mancera <ffernandezmancera@gmail.com>
Tue, 21 Nov 2017 15:53:37 +0000 (16:53 +0100)
committerNick Mathewson <nickm@torproject.org>
Tue, 21 Nov 2017 18:53:26 +0000 (13:53 -0500)
Fixes #24363

Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
changes/ticket24363 [new file with mode: 0644]
configure.ac

diff --git a/changes/ticket24363 b/changes/ticket24363
new file mode 100644 (file)
index 0000000..6f90fc0
--- /dev/null
@@ -0,0 +1,2 @@
+  o Code simplification and refactoring:
+    - Remove /usr/athena from search path in configure.ac. Closes ticket 24363. 
index 490d9446307979840593f106441ec88291e09559..e2990350f9a8e1acd4502601b6bbe7402d9c6b3f 100644 (file)
@@ -729,7 +729,7 @@ TOR_SEARCH_LIBRARY(openssl, $tryssldir, [-lssl -lcrypto $TOR_LIB_GDI $TOR_LIB_WS
     [#include <openssl/ssl.h>],
     [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()