From b92ffec74edbf976a3682e766983cc3bd8ceae0a Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 5 May 2017 22:45:13 +0100 Subject: [PATCH] Fix documentation type WITH_DNS_SRV. --- ChangeLog.txt | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index dd9de078..0fe47b6b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,7 @@ Broker: - Fix unitialized memory in gets_quiet on Windows. Closes #426. - Fix building with WITH_ADNS=no for systems that don't use glibc. Closes #415. +- Fixes to readme.md. 1.4.11 - 20170220 ================= diff --git a/readme.md b/readme.md index ec69f830..0ae7587f 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,7 @@ already be built. Use `make binary` to skip building the man pages, or install ### Build Dependencies -* c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_DNS_SRV=no` +* c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_SRV=no` * libuuid (uuid-dev) - disable with `make WITH_UUID=no` * libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes` * openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no`