aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-27 11:16:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-27 11:16:46 +0000
commit5ef6904ec3be815762ba239b175b313d69fc9193 (patch)
tree97b920d83595e6c29b88260f9e855dc771c7f7db /CHANGES
parent2f53da5e7ae16fc66c87ed479c8cdc20cb6305fd (diff)
hugehelp.c fix, without-ssl fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d689549a..9b8a5040f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
Daniel (25 April 2004)
+- Fixed the src/hugehelp.c file to include "setup.h" instead of "config.h" to
+ make the problems with USE_MANUAL on windows go away.
+
+- configure --without-ssl could still wrongly include some OpenSSL info in the
+ Makefiles if pkg-config had info about OpenSSL.
+
- Since we can now build and use quite a large set of 3rd party libraries, I
decided I would make configure produce a summary at the end showing what
libraries it uses and if not, what option to use to make it use that. I also