diff options
author | Yang Tse <yangsita@gmail.com> | 2008-06-20 18:09:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-06-20 18:09:48 +0000 |
commit | 2c61e9c76a9665ca0f93d6a21a17030fe22b8f1c (patch) | |
tree | cb1269ccb10f0154aadbae384553e1c80f3aaa24 /CHANGES | |
parent | da97f78ae0e3ab2cbcf76503c4a159da761d0f57 (diff) |
Modified configuration script to actually verify if the compiler is good
enough at detecting compilation errors or at least it has been properly
configured to do so. Configuration heavily depends on this capability, so
if this compiler sanity check fails the configuration process will now fail.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Yang Tse (20 Jun 2008) +- Modified configuration script to actually verify if the compiler is good + enough at detecting compilation errors or at least it has been properly + configured to do so. Configuration heavily depends on this capability, so + if this compiler sanity check fails the configuration process will now fail. + Daniel Stenberg (20 Jun 2008) - Phil Pellouchoud found a case where libcurl built with NSS failed to handshake with a SSLv2 server, and it turned out to be because it didn't |