diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-16 08:30:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-16 08:30:54 +0000 |
commit | 67e8d22958ff607065fa7def640822ca8c70acf4 (patch) | |
tree | 2faaf347301de7559aaf38e1236a2191790e212b /CHANGES | |
parent | 10d1fc0e73cf23a06433ad6a933c3dcfef034a6c (diff) |
Added a check in configure that simply tries to run a program (not when
cross-compiling) in order to detect problems with run-time libraries that
otherwise would occur when the sizeof tests for curl_off_t would run and
thus be much more confusing to users. The check of course should run after
all lib-checks are done and before any other test is used that would run an
executable built for testing-purposes.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel (16 October 2006) +- Added a check in configure that simply tries to run a program (not when + cross-compiling) in order to detect problems with run-time libraries that + otherwise would occur when the sizeof tests for curl_off_t would run and + thus be much more confusing to users. The check of course should run after + all lib-checks are done and before any other test is used that would run an + executable built for testing-purposes. + Dan F (13 October 2006) - The tagging of application/x-www-form-urlencoded POST body data sent to the CURLOPT_DEBUGFUNCTION callback has been fixed (it was erroneously |