1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

two minor build quirks

This commit is contained in:
Daniel Stenberg 2004-01-19 15:41:50 +00:00
parent 52df162c2f
commit f44bc85545

View File

@ -6,6 +6,12 @@
Changelog Changelog
Daniel (16 January 2004)
- Gisle Vanem fixed a few issues where compilers warned about variables
possibly being used unassigned.
- Minor Interix build problem fixed.
Daniel (15 January 2004) Daniel (15 January 2004)
- Peter Sylvester pointed out some necessary escaping needed in the - Peter Sylvester pointed out some necessary escaping needed in the
acinclude.m4 file when automake 1.8 or later is used. acinclude.m4 file when automake 1.8 or later is used.