- 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
This commit is contained in:
Kamil Dudka
2009-11-15 15:23:43 +00:00
parent 5b3be2ee35
commit 530fde3a22
2 changed files with 40 additions and 6 deletions

View File

@@ -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.