From 575b53ab039a803e233b5ddf891b4e2ff3719974 Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Sat, 2 Apr 2016 11:48:22 -0300 Subject: [PATCH] Update README.md Reversed order of one flag to remove dependency in documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09657922..cc8b522d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ with: * getdns can be configured for stub resolution mode only with the `--enable-stub-only` option to configure. This removed the dependency on `libunbound`. * Currently getdns only offers two helper functions to deal with IDN: `getdns_convert_ulabel_to_alabel` and `getdns_convert_alabel_to_ulabel`. If you do not need these functions, getdns can be configured to compile without them with the `--without-libidn` option to configure. -* When both `--enable-stub-only` and `--with-libidn` options are used, getdns has only one dependency left, which is OpenSSL. +* When both `--enable-stub-only` and `--without-libidn` options are used, getdns has only one dependency left, which is OpenSSL. ## Extensions / Event loop dependencies