Browse Source

Remove /usr/athena from search path in configure.ac

Fixes #24363

Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
Fernando Fernandez Mancera 6 years ago
parent
commit
edc3fe0eb5
2 changed files with 3 additions and 1 deletions
  1. 2 0
      changes/ticket24363
  2. 1 1
      configure.ac

+ 2 - 0
changes/ticket24363

@@ -0,0 +1,2 @@
+  o Code simplification and refactoring:
+    - Remove /usr/athena from search path in configure.ac. Closes ticket 24363. 

+ 1 - 1
configure.ac

@@ -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()