Commit bec6423c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

one down

parent 241b2b4a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
Things to fix for the GnuTLS support
====================================

* set LD_LIBRARY_PATH in configure when the GnuTLS lib was found, to fix link
  problems that othwerwise might happen within configure. Compare with OpenSSL
  stuff.

* make the configure --with-ssl option first check for OpenSSL and then for
  GnuTLS if OpenSSL wasn't detected.