summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2020-09-06 23:38:19 +0200
committerdormando <dormando@rydia.net>2022-08-25 15:50:28 -0700
commit656dedad48c81541060448d008b90290196263c5 (patch)
tree4e23b6aeb7e684d16fbd6cd1d20182fe0ec8edb5 /README.md
parent2063c21525030a1aaa90c20a1bcac36b0f92db31 (diff)
downloadmemcached-656dedad48c81541060448d008b90290196263c5.tar.gz
configure.ac: use pkg-config to retrieve openssl
Use pkg-config to retrieve openssl dependencies such as -latomic or -lz Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ce1bc2..8fe067b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ list to ask questions, github issues aren't seen by everyone!
* libseccomp (optional, experimental, linux) - enables process restrictions for
better security. Tested only on x86-64 architectures.
* openssl (optional) - enables TLS support. need relatively up to date
- version.
+ version. pkg-config is needed to find openssl dependencies (such as -lz).
## Environment