diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-08 13:25:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-08 13:25:20 +0200 |
commit | bbe08a7e7a52e5b321fe2d483b4de48d94b01317 (patch) | |
tree | 97f38e53ddec8ab3540291533d4dc3721b85b38f /docs/KNOWN_BUGS | |
parent | 645ed11ac567f464d5bf232e03d99cd1162f8707 (diff) | |
download | curl-bbe08a7e7a52e5b321fe2d483b4de48d94b01317.tar.gz |
KNOWN_BUGS: 5.6 Improper use of Autoconf cache variables
Closes #603
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index cb42a5823..e65b94c85 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -42,6 +42,7 @@ 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 @@ -246,6 +247,13 @@ 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 |