aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/ticket243632
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
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 <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()