aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-21 23:14:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-21 23:14:13 +0200
commit14c9b70caea8f3765bea9b546d8b833e07e72a2a (patch)
treeac9098077ccb32b3169e908a5585f40932bb76fa /docs/KNOWN_BUGS
parentd9f3b365a3b663d6e45ff734a86b313e2fbcbbf2 (diff)
KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables"
As of commit d9f3b365a3
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 2031edf6c..0a6dda270 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -43,7 +43,6 @@ problems may have been fixed or changed somewhat since this was written!
5.3 libidn and old iconv
5.4 AIX shared build with c-ares fails
5.5 can't handle Unicode arguments in Windows
- 5.6 Improper use of Autoconf cache variables
6. Authentication
6.1 NTLM authentication and unicode
@@ -265,13 +264,6 @@ problems may have been fixed or changed somewhat since this was written!
https://curl.haxx.se/bug/?i=345
https://curl.haxx.se/bug/?i=731
-5.6 Improper use of Autoconf cache variables
-
- A number of macros used in curl's configure modify the Autoconf cache
- variables which breaks configure variable caching.
-
- Issue: https://github.com/curl/curl/issues/603
-
6. Authentication