aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2009-11-15 15:23:43 +0000
committerKamil Dudka <kdudka@redhat.com>2009-11-15 15:23:43 +0000
commit530fde3a22cedab75bfc60e6518baaff7ba1fc03 (patch)
tree662190c814c0ca210578fece5f4aed8c085e4ea1 /CHANGES
parent5b3be2ee354ff497f4c41bafae485ddd754ff3aa (diff)
- David Byron improved the configure script to use pkg-config to find OpenSSL
(and in particular the list of required libraries) even if a path is given as argument to --with-ssl
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e56154cb4..021bbb6db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Kamil Dudka (15 Nov 2009)
+- David Byron improved the configure script to use pkg-config to find OpenSSL
+ (and in particular the list of required libraries) even if a path is given
+ as argument to --with-ssl
+
Claes Jakobsson (14 Nov 2009)
- curl-config now accepts '--configure' to see what arguments was
passed to the configure script when building curl.