Fix the gssapi configure check to detect newer MIT Kerberos (patch by

Michael Calmer)
This commit is contained in:
Michal Marek
2008-03-06 17:22:45 +00:00
parent 1cf559492a
commit 40e1a016f9
3 changed files with 12 additions and 7 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Michal Marek (6 Mar 2008)
- Fix the gssapi configure check to detect newer MIT Kerberos (patch by
Michael Calmer)
Yang Tse (6 Mar 2008)
- Fix regression on Curl_socket_ready() and Curl_poll() so that these will
again fail on select/poll errors different than EINTR.