]> granicus.if.org Git - curl/commitdiff
the configure and memdebug fixes of yday
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Feb 2004 10:07:26 +0000 (10:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Feb 2004 10:07:26 +0000 (10:07 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4ed9d8d3c432c24f70f0d62d1ccd0a2afe9b62a5..07781c026ce01de39e04ee60b235ea765e6bb069 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,13 @@
                                   Changelog
 
 Daniel(2 February 2004)
+- Added a configure test to check for which option the (g)nroff tool wants
+  to extract plain text from the man pages. Tor Arntsen told us the AIX
+  version of GNU gnroff doesn't support -man!
+
+- Added an undef of accept in memdebug.h to make curl build with --enable-debug
+  on AIX 5.2 which seems to have accept defined. Reported by Tor Arntsen.
+
 - curl_version() now includes c-ares version info, and curl_version_info() now
   returns a struct with version SECOND that also includes that info.